Commit Graph

24072 Commits

Author SHA1 Message Date
Scott Frederick
09a6ae51cc Add support for Bitnami container images with Docker Compose
Closes gh-35759
2024-02-09 14:58:25 -06:00
Scott Frederick
533f6c3bb1 Refactor TestcontainersPropertySource to use MapPropertySource
Closes gh-39330
2024-02-09 10:23:55 -06:00
Andy Wilkinson
8744cfb800 Start building against Spring Security 6.3.0-M2 snapshots
See gh-39500
2024-02-09 14:22:59 +00:00
Andy Wilkinson
3aad954443 Start building against Spring Pulsar 1.1.0-M1 snapshots
See gh-39499
2024-02-09 14:22:59 +00:00
Andy Wilkinson
1b28901ae5 Start building against Spring LDAP 3.2.2 snapshots
See gh-39498
2024-02-09 14:22:59 +00:00
Andy Wilkinson
bc91b3460c Start building against Spring Kafka 3.2.0-M1 snapshots
See gh-39497
2024-02-09 14:22:58 +00:00
Andy Wilkinson
b80570f506 Start building against Spring Integration 6.3.0-M1 snapshots
See gh-39496
2024-02-09 14:22:58 +00:00
Andy Wilkinson
33b48786a8 Start building against Spring GraphQL 1.3.0-M1 snapshots
See gh-39495
2024-02-09 14:22:58 +00:00
Andy Wilkinson
d64c9c56fa Start building against Spring Data Bom 2023.1.3 snapshots
See gh-39493
2024-02-09 14:22:57 +00:00
Andy Wilkinson
dab3be6857 Start building against Spring Batch 5.1.1 snapshots
See gh-39492
2024-02-09 14:22:57 +00:00
Andy Wilkinson
cbbdb4ea72 Start building against Spring Authorization Server 1.3.0-M2 snapshots
See gh-39491
2024-02-09 14:22:56 +00:00
Andy Wilkinson
325e390d37 Start building against Spring AMQP 3.1.2 snapshots
See gh-39490
2024-02-09 14:22:56 +00:00
Andy Wilkinson
63e9a7d20e Start building against Reactor Bom 2023.0.3 snapshots
See gh-39489
2024-02-09 14:22:56 +00:00
Andy Wilkinson
f5f5c1150d Start building against Micrometer Tracing 1.3.0-M1 snapshots
See gh-38985
2024-02-09 14:22:55 +00:00
Andy Wilkinson
4d81645a09 Start building against Micrometer 1.13.0-M1 snapshots
See gh-38984
2024-02-09 14:22:55 +00:00
Andy Wilkinson
1f7a983701 Switch to jersey-micrometer for Jersey metrics
Closes gh-39502
2024-02-09 14:22:55 +00:00
BenchmarkingBuffalo
0a11cdcc33 Add customizer callback for WebHttpHandlerBuilder
Add a new interface for customizing the WebHttpHandlerBuilder
before the HttpHandler is built from it.

See gh-39467
2024-02-08 13:59:47 -06: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
Amrit
67ba829d9e Fix typo in TestcontainersPropertySource assertion
See gh-39440
2024-02-07 16:45:39 -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
5ae533a00d Minimize scope of version management for commons-compress
See gh-39368
2024-02-06 15:08:15 +00: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
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
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
8afeda4165 Merge branch '3.2.x'
Closes gh-39417
2024-02-06 12:58:09 +01:00
Ramil Sayetov
be851aaee0 Fix awaitility link
See gh-39415
2024-02-06 12:57:23 +01:00
Moritz Halbritter
07ee7254a6 Align to Native Build Tools metadata repository default
Closes gh-39068
2024-02-05 08:46:57 +01:00
Brian Clozel
6d32562f34 Merge branch '3.2.x'
Closes gh-39394
2024-02-04 15:37:21 +01:00
Brian Clozel
00b95a1764 Merge branch '3.1.x' into 3.2.x
Closes gh-39393
2024-02-04 15:08:54 +01:00
Brian Clozel
570602297f Upgrade to JsonPath 2.9.0
Closes gh-39328
2024-02-04 15:07:31 +01:00
Scott Frederick
d216474ef0 Merge branch '3.2.x'
Closes gh-39387
2024-02-02 16:07:03 -06:00
Scott Frederick
cff9d464d3 Merge branch '3.1.x' into 3.2.x
Closes gh-39386
2024-02-02 16:05:32 -06:00
Stéphane Nicoll
c3664f372c Polish
See gh-39382
2024-02-02 16:02:50 -06:00
Eddú Meléndez
f3e7325064 Add service connection for Docker Compose and Testcontainers ActiveMQ
See gh-39363
2024-02-02 09:05:37 +01:00
Andy Wilkinson
f9363569ab Merge branch '3.2.x'
Closes gh-39369
2024-02-01 11:19:01 +00:00
Andy Wilkinson
0afe0635b9 Merge branch '3.1.x' into 3.2.x
Closes gh-39368
2024-02-01 11:17:41 +00:00
Andy Wilkinson
2b85cb0356 Stop managing version of commons-compress where it isn't needed
Closes gh-39367
2024-02-01 10:20:20 +00:00