Phillip Webb
0dca16c7eb
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45194
12 months ago
Phillip Webb
9b1b7e608c
Prevent 'not eligible for getting processed' warnings when using JMX
...
Update auto-configured `IntegrationMBeanExporter` to be created from
a static method since it's a post-processor. Relevant injection now
occurs by overriding the `afterSingletonsInstantiated()` method.
Closes gh-45186
12 months ago
Phillip Webb
b80bdbb182
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45192
12 months ago
Phillip Webb
8118b810d7
Merge pull request #45009 from izeye
...
* pr/45009:
Replace deprecated Project.task()
Closes gh-45009
12 months ago
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com>
12 months ago
Phillip Webb
1f21ec1eea
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45189
12 months ago
Phillip Webb
ce64f368e6
Merge pull request #45187 from erichaagdev
...
* pr/45187:
Throw `VerificationException` for build verification failures
Closes gh-45187
12 months ago
Eric Haag
579bdea431
Throw `VerificationException` for build verification failures
...
Verification failures are generally failures which verify correctness,
e.g., failures caused by test, compilation, linting, etc.
Non-verification failures are generally failures related to the
build toolchain, e.g., failures caused by dependency resolution, build
configuration, etc.
Develocity attempts to classify failures based on context, but it
doesn't always classify correctly. By default, most failures are
classified as non-verification. By explicitly throwing a
`VerificationException` for verification task failures, the failures
will be appropriately classified.
See gh-45187
See also: https://docs.gradle.com/develocity/failure-classification
Signed-off-by: Eric Haag <ehaag@gradle.com>
12 months ago
Stéphane Nicoll
9e3137b574
Merge branch '3.3.x' into 3.4.x
12 months ago
Stéphane Nicoll
70001c4d2c
Upgrade to Micrometer Tracing 1.4.5
...
Closes gh-45086
12 months ago
Stéphane Nicoll
d91c16be92
Upgrade to Micrometer 1.14.6
...
Closes gh-45085
12 months ago
Stéphane Nicoll
7fd8e5e081
Upgrade to AspectJ 1.9.24
...
Closes gh-45184
12 months ago
Stéphane Nicoll
09cf553850
Upgrade to Micrometer Tracing 1.3.11
...
Closes gh-45052
12 months ago
Stéphane Nicoll
5e7a9b7892
Upgrade to Micrometer 1.13.13
...
Closes gh-45051
12 months ago
Stéphane Nicoll
53ca06caf3
Upgrade to AspectJ 1.9.24
...
Closes gh-45183
12 months ago
Andy Wilkinson
3ce83e449f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45178
12 months ago
Andy Wilkinson
3233341d45
Improve class conditions on auth server JWT auto-config
...
Prior to this change, introspection of the auto-configuration could
fail due to insufficient protection against missing classes.
This commit introduces an extra class-level check for Nimbus's
JWKSource which ensures that the auto-configuration backs off if
nimbus-jose-jwt has been excluded. It also introduces an inner-class
for the case where spring-security-oauth2-jose is not on the
classpath. This ensures that the method defining the jwtDecoder bean
does not cause an introspection failure when JwtDecoder is missing.
Closes gh-45177
12 months ago
Andy Wilkinson
9d063e3ea9
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45176
12 months ago
Andy Wilkinson
4cfc3b0735
Add the use of token properties in documentation
...
Closes gh-44990
12 months ago
Phillip Webb
a506d2bdb5
Fix merge commit error in header
12 months ago
Phillip Webb
35dc8e6f88
Merge branch '3.3.x' into 3.4.x
12 months ago
Phillip Webb
2143d702f2
Polish boolean members that can use the default `false` value
12 months ago
Phillip Webb
ef9ad41b0a
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45166
12 months ago
Phillip Webb
a6f54ec5ea
Merge pull request #45156 from quaff
...
* pr/45156:
Polish ternary operator
Closes gh-45156
12 months ago
Yanming Zhou
0a1c9060c5
Polish ternary operator
...
See gh-45156
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
12 months ago
Stéphane Nicoll
bb759d81ce
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45159
12 months ago
Stéphane Nicoll
b40fb62b4d
Merge pull request #45018 from nenros
...
* pr/45018:
Polish "Add missing dependency management for MongoDB"
Add missing dependency management for MongoDB
Closes gh-45018
12 months ago
Stéphane Nicoll
6d3686451b
Polish "Add missing dependency management for MongoDB"
...
See gh-45018
12 months ago
Bartosz Markowski
3e277a28b4
Add missing dependency management for MongoDB
...
See gh-45018
Signed-off-by: Bartosz Markowski <bmarkowski@fastmail.com>
12 months ago
Phillip Webb
96899e08d4
Merge branch '3.3.x' into 3.4.x
12 months ago
Phillip Webb
935d759754
Fix 'Protect against empty OS string in Docker `Image`' logic
...
See gh-45152
12 months ago
Phillip Webb
5a3fc4a48b
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45153
12 months ago
Phillip Webb
c071f56653
Protect against empty OS string in Docker `Image`
...
Update `Image` to protect against `os` being `null` or and empty
String.
Fixes gh-45152
12 months ago
Phillip Webb
d39d29bead
Start building against Spring Session 3.4.3 snapshots
...
See gh-45098
12 months ago
Phillip Webb
75c1758d66
Start building against Spring Security 6.4.5 snapshots
...
See gh-45097
12 months ago
Phillip Webb
5f169d5e9c
Start building against Spring Pulsar 1.2.5 snapshots
...
See gh-45096
12 months ago
Phillip Webb
cef9c4a709
Start building against Spring Kafka 3.3.5 snapshots
...
See gh-45094
12 months ago
Phillip Webb
8811069cbb
Start building against Spring Integration 6.4.4 snapshots
...
See gh-45093
12 months ago
Phillip Webb
eea93cf5d8
Start building against Spring Framework 6.2.6 snapshots
...
See gh-45091
12 months ago
Phillip Webb
d2800a8fd0
Start building against Spring Data Bom 2024.1.5 snapshots
...
See gh-45090
12 months ago
Phillip Webb
40f81ae5be
Start building against Spring Authorization Server 1.4.3 snapshots
...
See gh-45089
12 months ago
Phillip Webb
69e9519957
Start building against Spring AMQP 3.2.5 snapshots
...
See gh-45088
12 months ago
Phillip Webb
9368b85332
Start building against Reactor Bom 2024.0.5 snapshots
...
See gh-45087
12 months ago
Phillip Webb
ea89b0a623
Start building against Micrometer Tracing 1.4.5 snapshots
...
See gh-45086
12 months ago
Phillip Webb
04d2554d6a
Start building against Micrometer 1.14.6 snapshots
...
See gh-45085
12 months ago
Phillip Webb
c9b8470255
Align proxies with defaults from Tomcat 10.1.40
...
See gh-45084
12 months ago
Phillip Webb
8670c6c30f
Upgrade to Tomcat 10.1.40
...
Closes gh-45084
12 months ago
Phillip Webb
bc45ed86b6
Upgrade to Pulsar 3.3.6
...
Closes gh-45083
12 months ago
Phillip Webb
7f18a7d7ca
Upgrade to Neo4j Java Driver 5.28.4
...
Closes gh-45133
12 months ago
Phillip Webb
5ccbaf2803
Upgrade to Maven Surefire Plugin 3.5.3
...
Closes gh-45082
12 months ago