Commit Graph

51793 Commits

Author SHA1 Message Date
dependabot[bot] 9cc1cd4a1a Bump cross-spawn from 7.0.3 to 7.0.6 in /antora
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

See gh-43217

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 11:35:29 +00:00
Andy Wilkinson 6289104190 Merge branch '3.3.x'
Closes gh-43225
2024-11-20 10:09:32 +00:00
Andy Wilkinson ec2a350959 Publish API catalog content and root aggregate content from s-b-docs
Closes gh-43224
2024-11-20 10:09:23 +00:00
Phillip Webb d9458ac67f Merge branch '3.3.x' 2024-11-19 23:17:51 -08:00
Phillip Webb a3b027a6f1 Add more javadoc links
See gh-41614
2024-11-19 23:15:46 -08:00
Andy Wilkinson 8d2b5c5311 Merge branch '3.3.x' 2024-11-19 17:41:29 +00:00
Andy Wilkinson 5639c257c5 Upgrade to OpenTelemetry 1.38.0
This aligns its version with that used by Micrometer Tracing 1.3.x.

Closes gh-43200
2024-11-19 16:43:38 +00:00
Stéphane Nicoll 145ed26e6f Reject non-scalar endpoint parameter with Jersey
Actuator endpoints should only declare simple type in the signature
of an operation. In particular, nested types are not supported. While
this is enforced in Spring MVC and Spring Webflux, the Jersey
implementation leniently allowed to bind such types prior to this
commit.

This commit adapts the expectation in the Jersey implementation so that
it rejects such request as well.

Closes gh-43209
2024-11-19 16:47:02 +01:00
Moritz Halbritter 9f6b25e9a6 Merge branch '3.3.x'
Closes gh-43221
2024-11-19 11:17:51 +01:00
Moritz Halbritter 63edd3d65f Merge branch '3.2.x' into 3.3.x
Closes gh-43220
2024-11-19 11:17:41 +01:00
Moritz Halbritter 0e1f2e8599 Merge pull request #43191 from wickdynex
* pr/43191:
  Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
  Remove deprecated getFiles() instead of getResolvedArtifacts()

Closes gh-43191
2024-11-19 11:15:44 +01:00
Moritz Halbritter df35d44ea7 Polish "Remove deprecated getFiles() instead of getResolvedArtifacts()"
See gh-43191
2024-11-19 11:12:52 +01:00
YiXuan Ding 659b30d9bb Remove deprecated getFiles() instead of getResolvedArtifacts()
See gh-43191
2024-11-19 11:11:24 +01:00
Moritz Halbritter c934d8f8f0 Merge branch '3.3.x'
Closes gh-43219
2024-11-19 10:34:44 +01:00
Moritz Halbritter a3eb0dd688 Merge branch '3.2.x' into 3.3.x
Closes gh-43218
2024-11-19 10:34:25 +01:00
Moritz Halbritter 8f1a63d293 Merge pull request #43212 from dependabot[bot]
* pr/43212:
  Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
  Bump gradle/actions from 4.1.0 to 4.2.1

Closes gh-43212
2024-11-19 10:34:06 +01:00
Moritz Halbritter 841d25907d Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
See gh-43212
2024-11-19 10:33:09 +01:00
dependabot[bot] ee1ea3d7aa Bump gradle/actions from 4.1.0 to 4.2.1
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](d156388eb1...cc4fc85e6b)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

See gh-43212
2024-11-19 10:32:22 +01:00
Moritz Halbritter 85c575b822 Merge branch '3.3.x'
Closes gh-43216
2024-11-19 10:24:34 +01:00
Moritz Halbritter b10f14fafe Merge branch '3.2.x' into 3.3.x
Closes gh-43215
2024-11-19 10:22:47 +01:00
Moritz Halbritter 8f0ac4bc40 Merge pull request #43211 from dependabot[bot]
* pr/43211:
  Bump jfrog/setup-jfrog-cli from 4.4.1 to 4.4.2

Closes gh-43211
2024-11-19 10:22:36 +01:00
dependabot[bot] d5fe551d3b Bump jfrog/setup-jfrog-cli from 4.4.1 to 4.4.2
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](9fe0f98bd4...18e785fb22)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

See gh-43211
2024-11-19 10:22:20 +01:00
Stéphane Nicoll 628029370d Merge branch '3.3.x' 2024-11-19 08:50:18 +01:00
Stéphane Nicoll 04bfe88d2d Merge branch '3.2.x' into 3.3.x 2024-11-19 08:50:10 +01:00
Stéphane Nicoll 96ee7924cf Upgrade to Spring Security 6.4.0
Closes gh-43026
2024-11-19 08:49:59 +01:00
Stéphane Nicoll 532217a843 Upgrade to Spring RESTDocs 3.0.3
Closes gh-43025
2024-11-19 08:49:59 +01:00
Stéphane Nicoll 51e8a00dcc Upgrade to Spring Pulsar 1.2.0
Closes gh-43024
2024-11-19 08:49:59 +01:00
Stéphane Nicoll d1df7b4859 Upgrade to Spring Kafka 3.3.0
Closes gh-43023
2024-11-19 08:49:59 +01:00
Stéphane Nicoll 7200fd8193 Upgrade to Spring AMQP 3.2.0
Closes gh-43016
2024-11-19 08:49:59 +01:00
Stéphane Nicoll 5af29d38a0 Upgrade to Spring Security 6.3.5
Closes gh-43013
2024-11-19 08:49:39 +01:00
Stéphane Nicoll ebb882fad8 Upgrade to Spring RESTDocs 3.0.3
Closes gh-43014
2024-11-19 08:49:39 +01:00
Stéphane Nicoll 4e9fb97a14 Upgrade to Spring Pulsar 1.1.6
Closes gh-43012
2024-11-19 08:49:38 +01:00
Stéphane Nicoll 013e38b1dc Upgrade to Spring Kafka 3.2.5
Closes gh-43011
2024-11-19 08:49:38 +01:00
Stéphane Nicoll d4f71753a5 Upgrade to Spring AMQP 3.1.8
Closes gh-43004
2024-11-19 08:49:38 +01:00
Stéphane Nicoll b0ebb47e5e Upgrade to Spring Security 6.2.8
Closes gh-43009
2024-11-19 08:49:29 +01:00
Stéphane Nicoll fc45e6c928 Upgrade to Spring RESTDocs 3.0.3
Closes gh-43007
2024-11-19 08:49:28 +01:00
Stéphane Nicoll e406607a4e Upgrade to Spring Pulsar 1.0.12
Closes gh-43005
2024-11-19 08:49:28 +01:00
Stéphane Nicoll 64b0ce3886 Upgrade to Spring Kafka 3.1.10
Closes gh-43003
2024-11-19 08:49:28 +01:00
Stéphane Nicoll 4de5913227 Upgrade to Spring AMQP 3.1.8
Closes gh-42996
2024-11-19 08:49:28 +01:00
Phillip Webb 246c4a21d6 Merge pull request #43214 from quaff
* pr/43214:
  Prohibit unnecessary value on `@EnumSource`

Closes gh-43214
2024-11-18 21:51:31 -08:00
Yanming Zhou 7fdc9742af Prohibit unnecessary value on `@EnumSource`
See gh-43214
2024-11-18 21:50:35 -08:00
Phillip Webb 26c775eff8 Register `AutoConfigurations` using fully qualified class name
Update `AbstractApplicationContextRunner` and `Configurations` to
allow registration of beans with a specific generated bean name. By
default, no name is generated, however, `AutoConfigurations` has been
updated to use bean names using the fully qualified class name.

The update brings `ApplicationContextRunners` closer the behavior of
a standard Spring Boot application where user `@Configuration` classes
are usually registered with a simple name and auto-configurations are
imported (via an `ImportSelector`) using a fully qualified name.

Fixes gh-17963

Co-authored-by: Stéphane Nicoll <stephane.nicoll@broadcom.com>
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
Co-authored-by: Dmytro Nosan <dimanosan@gmail.com>
2024-11-18 21:37:42 -08:00
Phillip Webb a705402e75 Polish
Co-authored-by: Stéphane Nicoll <stephane.nicoll@broadcom.com>
2024-11-18 21:36:56 -08:00
Stéphane Nicoll 83492a6f5e Merge branch '3.3.x' 2024-11-18 15:48:56 +01:00
Stéphane Nicoll 13f7820a6c Merge branch '3.2.x' into 3.3.x 2024-11-18 15:48:38 +01:00
Stéphane Nicoll c41c68bd40 Add option in newer IJ versions 2024-11-18 15:48:03 +01:00
Stéphane Nicoll 5c0a2dffd7 Polish 2024-11-18 14:23:44 +01:00
Phillip Webb 37927720b0 Merge pull request #43203 from izeye
* pr/43203:
  Replace "structure logging" with "structured logging"

Closes gh-43203
2024-11-16 08:30:28 -08:00
Johnny Lim 0b854bfee1 Replace "structure logging" with "structured logging"
See gh-43203
2024-11-16 08:30:09 -08:00
Phillip Webb 68022ef0bb Use Class reference rather than String for customizer
Update `StructuredLoggingJsonProperties` to use a real Class reference
rather than a String.

Closes gh-43202
2024-11-15 17:03:25 -08:00