Commit Graph

47281 Commits

Author SHA1 Message Date
Moritz Halbritter
500584f052 Merge pull request #39430 from BenchmarkingBuffalo
* pr/39430:
  Add possibility for custom MimeMappings

Closes gh-39430
2024-02-08 08:49:45 +01:00
BenchmarkingBuffalo
038ea2cb9a Add possibility for custom MimeMappings
Add a new property called 'mime-mappings' under the 'server' property.
This is a key-value-map, which is added to the default MimeMappings.

See gh-39430
2024-02-08 08:42:22 +01:00
Scott Frederick
8c91b094ee Merge branch '3.2.x'
Closes gh-39450
2024-02-07 16:49:49 -06:00
Scott Frederick
6b453cedf6 Merge branch '3.1.x' into 3.2.x
Closes gh-39449
2024-02-07 16:49:29 -06:00
Scott Frederick
004282fc71 Merge pull request #39440 from amritagg
* pr/39940:
  Fix typo in TestcontainersPropertySource assertion

Closes gh-39440
2024-02-07 16:47:13 -06:00
Amrit
67ba829d9e Fix typo in TestcontainersPropertySource assertion
See gh-39440
2024-02-07 16:45:39 -06:00
Scott Frederick
b6300dc792 Merge branch '3.2.x'
Closes gh-39448
2024-02-07 16:27:50 -06:00
Scott Frederick
95b39ad54d Merge branch '3.1.x' into 3.2.x
Closes gh-39447
2024-02-07 16:27:42 -06:00
Scott Frederick
1fcddffa44 Authenticate to GitHub when querying issues in CI scripts
Closes gh-39446
2024-02-07 16:27:28 -06:00
Scott Frederick
36a9d29273 Merge branch '3.2.x'
Closes gh-39441
2024-02-07 15:47:59 -06:00
Scott Frederick
ea5fe4609b Merge branch '3.1.x' into 3.2.x
Closes gh-39443
2024-02-07 15:47:40 -06:00
Scott Frederick
a60d42353f Upgrade CI to Docker 25.0.3
Closes gh-39442
2024-02-07 15:47:24 -06:00
Scott Frederick
3a87a9f29b Merge branch '3.2.x'
Closes gh-39434
2024-02-07 15:44:15 -06:00
Scott Frederick
7b34a44f4d Merge branch '3.1.x' into 3.2.x
Closes gh-39433
2024-02-07 15:43:46 -06:00
Scott Frederick
d616568324 Upgrade CI images to ubuntu:jammy-20240125
Closes gh-39426
2024-02-07 15:43:35 -06:00
Scott Frederick
c05942d616 Merge branch '3.2.x'
Closes gh-39445
2024-02-07 15:05:48 -06:00
Scott Frederick
89354f3d0f Merge branch '3.1.x' into 3.2.x
Closes gh-39444
2024-02-07 14:41:32 -06:00
Scott Frederick
2374e7d4eb Fix invalid request handling for WebFlux actuator endpoints
Fixes gh-39236
2024-02-07 14:31:04 -06:00
Andy Wilkinson
b1bf4bbdf5 Merge branch '3.2.x' 2024-02-06 15:08:58 +00:00
Andy Wilkinson
5ae533a00d Minimize scope of version management for commons-compress
See gh-39368
2024-02-06 15:08:15 +00:00
Moritz Halbritter
6eb6134e2b Merge pull request #39408 from onobc
* pr/39408:
  Update to Pulsar 3.2.0 and use Pulsar BOM

Closes gh-39408
2024-02-06 13:56:46 +01:00
Chris Bono
ff8089de06 Update to Pulsar 3.2.0 and use Pulsar BOM
This commit updates Pulsar to 3.2.0 and leverages the newly added
Pulsar BOM in order to ease dependency management.

See gh-39408
2024-02-06 13:56:10 +01:00
Moritz Halbritter
ac2acc6115 Merge pull request #39395 from BenchmarkingBuffalo
* pr/39395:
  Add nameIdFormat to Properties

Closes gh-39395
2024-02-06 13:44:54 +01:00
BenchmarkingBuffalo
8e75817d6a Add nameIdFormat to Properties
Add the new property nameIdFormat to the Saml2RelyingPartyProperties and
the corresponding mapping to the
Saml2RelyingPartyRegistrationConfiguration.

See gh-39395
2024-02-06 13:43:47 +01:00
Andy Wilkinson
9a5b3b3a2b Merge branch '3.2.x'
See gh-39369
2024-02-06 12:38:37 +00:00
Andy Wilkinson
84e390af70 Merge branch '3.1.x' into 3.2.x
See gh-39368
2024-02-06 12:37:18 +00:00
Andy Wilkinson
5f680ccac0 Revert "Stop managing version of commons-compress where it isn't needed"
This reverts commit 2b85cb0356.

See gh-39367
2024-02-06 12:36:26 +00:00
Moritz Halbritter
22de896339 Merge branch '3.2.x'
Closes gh-39424
2024-02-06 13:26:04 +01:00
Moritz Halbritter
36d850db0c Merge pull request #39389 from onobc
* pr/39389:
  Remove use of Pulsar ObjectMapperFactory

Closes gh-39389
2024-02-06 13:24:14 +01:00
Chris Bono
41ed4d6cf4 Remove use of Pulsar ObjectMapperFactory
This commit removes the use of the Pulsar ObjectMapperFactory when
converting the authentication config props map to a JSON string. The
Pulsar factory operates on a shaded returned value of Jackson
ObjectMapper which may not exist when users are using the
non-shaded version of the Pulsar client lib.

See https://github.com/spring-projects/spring-pulsar/issues/562

See gh-39389
2024-02-06 13:12:57 +01:00
Moritz Halbritter
cc2233a7d9 Merge branch '3.2.x'
Closes gh-39423
2024-02-06 13:10:22 +01:00
Moritz Halbritter
976152b244 Merge branch '3.1.x' into 3.2.x
Closes gh-39422
2024-02-06 13:10:15 +01:00
Moritz Halbritter
34f6220427 Merge pull request #39392 from lukasdo
* pr/39392:
  Polish "Update the Debugging Documentation of the Spring Boot Maven Plugin"
  Update the Debugging Documentation of the Spring Boot Maven Plugin

Closes gh-39392
2024-02-06 13:08:19 +01:00
Moritz Halbritter
8fd28d9ece Polish "Update the Debugging Documentation of the Spring Boot Maven Plugin"
See gh-39392
2024-02-06 13:07:55 +01:00
lukasdooo
b25d52c896 Update the Debugging Documentation of the Spring Boot Maven Plugin
See gh-39392
2024-02-06 13:06:57 +01:00
Moritz Halbritter
82e252b87f Merge branch '3.2.x'
Closes gh-39421
2024-02-06 13:04:13 +01:00
Moritz Halbritter
3555adb5aa Merge branch '3.1.x' into 3.2.x
Closes gh-39420
2024-02-06 13:04:07 +01:00
Moritz Halbritter
22ec23bc39 Merge pull request #39406 from dependabot[bot]
* pr/39406:
  Polish "Bump gradle/wrapper-validation-action from 1 to 2"
  Bump gradle/wrapper-validation-action from 1 to 2

Closes gh-39406
2024-02-06 13:03:51 +01:00
Moritz Halbritter
c22c5b62bb Polish "Bump gradle/wrapper-validation-action from 1 to 2"
See gh-39406
2024-02-06 13:03:37 +01:00
dependabot[bot]
bc7ef7205e Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-39406
2024-02-06 13:02:22 +01:00
Moritz Halbritter
40b36758a1 Merge branch '3.2.x'
Closes gh-39419
2024-02-06 13:00:51 +01:00
Moritz Halbritter
ba04d6ad9a Merge branch '3.1.x' into 3.2.x
Closes gh-39418
2024-02-06 13:00:42 +01:00
Moritz Halbritter
e76acca066 Merge pull request #39407 from dependabot[bot]
* pr/39407:
  Bump gradle/gradle-build-action from 2.12.0 to 3.0.0

Closes gh-39407
2024-02-06 13:00:24 +01:00
dependabot[bot]
0abd9db439 Bump gradle/gradle-build-action from 2.12.0 to 3.0.0
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.12.0 to 3.0.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](a8f75513ea...3b1b3b9a21)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-39407
2024-02-06 12:59:34 +01:00
Moritz Halbritter
8afeda4165 Merge branch '3.2.x'
Closes gh-39417
2024-02-06 12:58:09 +01:00
Moritz Halbritter
cbbb2e543d Merge pull request #39415 from ramilS
* pr/39415:
  Fix awaitility link

Closes gh-39415
2024-02-06 12:57:59 +01:00
Ramil Sayetov
be851aaee0 Fix awaitility link
See gh-39415
2024-02-06 12:57:23 +01:00
Moritz Halbritter
c563697629 Merge branch '3.2.x'
Closes gh-39414
2024-02-06 11:26:12 +01:00
Moritz Halbritter
4c5d062cd4 Merge branch '3.1.x' into 3.2.x
Closes gh-39413
2024-02-06 11:25:44 +01:00
Moritz Halbritter
149fb7effa Upgrade to Gradle 7.6.4
Closes gh-39404
2024-02-06 11:16:22 +01:00