Commit Graph

48278 Commits

Author SHA1 Message Date
Andy Wilkinson
aefe6e8bc0 Make actuator starter locally available to SNI test apps
See gh-26022
2024-04-16 09:40:16 +01:00
Andy Wilkinson
bdb99bb498 Merge branch '3.2.x'
Closes gh-40363
2024-04-16 09:34:39 +01:00
Andy Wilkinson
30c9ea8d8c Merge branch '3.1.x' into 3.2.x
Closes gh-40362
2024-04-16 09:34:25 +01:00
Andy Wilkinson
3b98056bb5 Merge pull request #40358 from dependabot[bot]
* gh-40358:
  Polish "Upgrade to gradle/actions 3.3.0"
  Upgrade to gradle/actions 3.3.0

Closes gh-40358
2024-04-16 09:33:59 +01:00
Andy Wilkinson
ece2c683c6 Polish "Upgrade to gradle/actions 3.3.0"
See gh-40358
2024-04-16 09:33:33 +01:00
dependabot[bot]
b3db9204d9 Upgrade to gradle/actions 3.3.0
Signed-off-by: dependabot[bot] <support@github.com>

See gh-40358
2024-04-16 09:27:27 +01:00
Andy Wilkinson
554c190257 Merge pull request #40343 from codefromthecrypt
* gh-40343:
  Upgrade to Zipkin Reporter 3.4.0

Closes gh-40343
2024-04-16 09:25:41 +01:00
Adrian Cole
cac8b2352a Upgrade to Zipkin Reporter 3.4.0
Signed-off-by: Adrian Cole <adrian@tetrate.io>

See gh-40343
2024-04-16 09:25:17 +01:00
Brian Clozel
647a5ec6be Deprecate framework-specific @*Endpoint annotations
Prior to this commit, applications could declare Actuator Endpoints
using web framework-specific annotations, such as `@ServletEndpoint`,
@ControllerEndpoint and @RestControllerEndpoint.

Such annotations are closely tied to the programming model of specific
web technologies, such as Servlet or Spring MVC. Unlike other
`@Endpoint` support, they are not portable and will not work
transparently over blocking/reactive and transports.

Because of the strong adherence of this support with the underlying
infrastructure, it makes it impossible to evolve the implementation of
Actuator support without breaking this use case. The reference
documentation has been advocating for using `@Endpoint` and
`@*Operation` for custom endpoints for a long time now.

This commit deprecates this specific support in favor of the recommended
approach.

Closes gh-31768
2024-04-15 18:58:52 +02:00
Andy Wilkinson
34c60751e9 Merge branch '3.2.x' 2024-04-15 17:16:20 +01:00
Andy Wilkinson
95a5bb60cc Merge branch '3.1.x' into 3.2.x 2024-04-15 17:16:11 +01:00
Andy Wilkinson
a4231abb0a Polish GHA input and output handling 2024-04-15 17:16:03 +01:00
Andy Wilkinson
bcfa10dc23 Merge branch '3.2.x'
See gh-40355
2024-04-15 15:49:35 +01:00
Andy Wilkinson
b49a5adf78 Merge branch '3.1.x' into 3.2.x
See gh-40354
2024-04-15 15:49:17 +01:00
Andy Wilkinson
19714c9e08 Correct name of secret access key input
See gh-40353
2024-04-15 15:48:37 +01:00
Andy Wilkinson
a35c0ed9d3 Merge branch '3.2.x'
See gh-40355
2024-04-15 15:45:55 +01:00
Andy Wilkinson
19d8894f2d Merge branch '3.1.x' into 3.2.x
See gh-40354
2024-04-15 15:45:32 +01:00
Andy Wilkinson
0a2865132d Configure shell for all run steps
See gh-40353
2024-04-15 15:44:48 +01:00
Andy Wilkinson
3d757918d0 Merge branch '3.2.x'
Closes gh-40355
2024-04-15 15:40:28 +01:00
Andy Wilkinson
afe05435f8 Merge branch '3.1.x' into 3.2.x
Closes gh-40354
2024-04-15 15:38:52 +01:00
Andy Wilkinson
e4802b880d Encapsulate common build steps in a composite action
Closes gh-40353
2024-04-15 15:36:36 +01:00
Andy Wilkinson
8c30725cf8 Merge branch '3.2.x' 2024-04-15 14:14:49 +01:00
Andy Wilkinson
fe82097d71 Merge branch '3.1.x' into 3.2.x 2024-04-15 14:14:43 +01:00
Andy Wilkinson
590b1bded8 Correct reference to reusable workflow 2024-04-15 14:14:36 +01:00
Andy Wilkinson
6fe68dad6f Merge branch '3.2.x' 2024-04-15 14:12:09 +01:00
Andy Wilkinson
519f779d09 Merge branch '3.1.x' into 3.2.x 2024-04-15 14:12:03 +01:00
Andy Wilkinson
e35cc60eff Polish 2024-04-15 14:11:55 +01:00
Andy Wilkinson
6f0dfef5f5 Merge branch '3.2.x'
Closes gh-40352
2024-04-15 14:09:47 +01:00
Andy Wilkinson
f763751574 Merge branch '3.1.x' into 3.2.x
Closes gh-40351
2024-04-15 14:09:21 +01:00
Andy Wilkinson
2c6006eeff Move verification into reusable workflow
Closes gh-40350
2024-04-15 13:32:07 +01:00
Andy Wilkinson
e8a92d3d9c Merge branch '3.2.x' 2024-04-12 16:02:16 +01:00
Andy Wilkinson
74fff36e82 Merge branch '3.1.x' into 3.2.x 2024-04-12 16:02:07 +01:00
Brian Clozel
54926980d5 Merge branch '3.1.x' 2024-04-12 16:40:32 +02:00
Brian Clozel
24f80154d4 Do not overwrite attributes in ClientObservationConventionAdapter
Prior to this commit, the `ClientObservationConventionAdapter` would
overwrite a request builder attribute. This would happen when the
request is not fully built when the observation starts. At that point,
the tags are built for long task timers, but not for the actual metric.
This effectively overrides the correct value of the URI template in the
builder.

This commit removes this builder update which was invalid in the first
place.

Fixes gh-40330
2024-04-12 16:31:02 +02:00
Andy Wilkinson
578d9ec453 Upgrade to Spring LDAP 3.2.3
Closes gh-40228
2024-04-12 14:06:03 +01:00
Andy Wilkinson
ab783d495f Upgrade to Spring HATEOAS 2.3.0-RC1
Closes gh-40336
2024-04-12 14:06:02 +01:00
Andy Wilkinson
d7ccdc4ac1 Upgrade to Spring Framework 6.1.6
Closes gh-40225
2024-04-12 14:05:58 +01:00
Andy Wilkinson
45d80aa5b4 Upgrade to Spring Data Bom 2024.0.0-RC1
Closes gh-40224
2024-04-12 14:05:57 +01:00
Andy Wilkinson
d515479706 Upgrade to Reactor Bom 2023.0.5
Closes gh-40221
2024-04-12 14:05:56 +01:00
Andy Wilkinson
2b31db85ea Upgrade to R2DBC Postgresql 1.0.5.RELEASE
Closes gh-40335
2024-04-12 14:05:55 +01:00
Andy Wilkinson
ed7c2da857 Upgrade to Infinispan 15.0.1.Final
Closes gh-40334
2024-04-12 14:05:51 +01:00
Andy Wilkinson
b223bdf2d5 Upgrade to Elasticsearch Client 8.13.2
Closes gh-40333
2024-04-12 14:05:46 +01:00
Andy Wilkinson
c50c973080 Upgrade to Brave 6.0.3
Closes gh-40332
2024-04-12 14:05:42 +01:00
Andy Wilkinson
3544e96c18 Upgrade to Awaitility 4.2.1
Closes gh-40331
2024-04-12 14:05:37 +01:00
Andy Wilkinson
4fd0375eb1 Adapt tests to addition of new JWT validator in Spring Security
See gh-40230
2024-04-12 12:14:05 +01:00
Andy Wilkinson
b1d8a612ca Merge branch '3.2.x' 2024-04-12 11:19:44 +01:00
Andy Wilkinson
1266516605 Merge branch '3.1.x' into 3.2.x 2024-04-12 11:19:33 +01:00
Andy Wilkinson
12e004f131 Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
This reverts commit 06f5ab162f. The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.

See gh-40200
2024-04-12 11:19:16 +01:00
Andy Wilkinson
a3d62e0b2f Merge branch '3.2.x'
Closes gh-40327
2024-04-12 10:31:39 +01:00
Andy Wilkinson
1c5ba19e86 Merge branch '3.1.x' into 3.2.x
Closes gh-40326
2024-04-12 10:31:26 +01:00