Commit Graph

42691 Commits (07555c87ae96162f527e8c9f4aa69efc8fa6ed3c)
 

Author SHA1 Message Date
Stephane Nicoll 4c719c163b Upgrade to RxJava3 3.1.7
Closes gh-37087
1 year ago
Stephane Nicoll 48e3ebadef Upgrade to Netty 4.1.97.Final
Closes gh-37086
1 year ago
Stephane Nicoll 25897b25ab Upgrade to Spring Batch 4.3.9
Closes gh-36827
1 year ago
Stephane Nicoll 59e6c8f6f9 Upgrade to Netty 4.1.97.Final
Closes gh-37085
1 year ago
Stephane Nicoll 57a65bc0dd Upgrade to Spring Integration 6.0.7
Closes gh-37061
1 year ago
Scott Frederick 75bf53cc0e Merge pull request #37070 from jongwooo
* pr-37070:
  Fix links to Oracle API javadoc in the documentation

Closes gh-37070
1 year ago
jongwooo 37855a597c Fix links to Oracle API javadoc in the documentation
See gh-37070
1 year ago
Stephane Nicoll e8d329d99f Polish 1 year ago
Stephane Nicoll 19914554ad Merge branch '2.7.x' into 3.0.x
Closes gh-37065
1 year ago
Stephane Nicoll d11ed6c7aa Merge pull request #37047 from dependabot[bot]
* pr/37047:
  Bump gradle/gradle-build-action from 2.7.0 to 2.7.1

Closes gh-37047
1 year ago
dependabot[bot] cd1e0e29c7 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](a4cf152f48...243af859f8)

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

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

See gh-37047
1 year ago
Stephane Nicoll bbc28c19f2 Merge pull request #37039 from quaff
* pr/37039:
  Polish "Detect logback config location as xml if path ends with .xml"
  Detect logback config location as xml if path ends with .xml

Closes gh-37039
1 year ago
Stephane Nicoll eed6e199fc Polish "Detect logback config location as xml if path ends with .xml"
See gh-37039
1 year ago
Yanming Zhou c9cc1da48e Detect logback config location as xml if path ends with .xml
See gh-37039
1 year ago
Stephane Nicoll 5b68e5b9fc Start building against Spring Integration 6.0.7 snapshots
See gh-37061
1 year ago
Stephane Nicoll bb60ba5fe0 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 7426d21407 Upgrade to Spring Security 6.0.6
Closes gh-36837
1 year ago
Stephane Nicoll 22e00c71d3 Upgrade to Spring Kafka 3.0.10
Closes gh-36835
1 year ago
Stephane Nicoll 83cfa7bc9c Upgrade to Spring AMQP 3.0.8
Closes gh-36832
1 year ago
Stephane Nicoll 21c23a0763 Upgrade to Groovy 4.0.14
Closes gh-37056
1 year ago
Stephane Nicoll da1950a689 Upgrade to Spring AMQP 2.4.15
Closes gh-36826
1 year ago
Stephane Nicoll 6fb813813a Upgrade to Groovy 3.0.19
Closes gh-37055
1 year ago
Scott Frederick 0b197650a9 Merge branch '2.7.x' into 3.0.x
Closes gh-37050
1 year ago
Scott Frederick d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
1 year ago
Stephane Nicoll 1ae23ccc73 Upgrade to Spring Session 3.0.3
Closes gh-36838
1 year ago
Stephane Nicoll 0bc8dc1712 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 5158c16052 Upgrade to Undertow 2.3.8.Final
Closes gh-37030
1 year ago
Stephane Nicoll 73e495e0e3 Upgrade to Spring LDAP 3.0.5
Closes gh-36836
1 year ago
Stephane Nicoll 1b8002684a Upgrade to Spring Data Bom 2022.0.9
Closes gh-36834
1 year ago
Stephane Nicoll be57f33df6 Upgrade to Undertow 2.2.26.Final
Closes gh-37029
1 year ago
Stephane Nicoll 0057d67445 Upgrade to Spring Data Bom 2021.2.15
Closes gh-36828
1 year ago
Stephane Nicoll 1f6d0600b5 Merge branch '2.7.x' into 3.0.x
Closes gh-37026
1 year ago
Stephane Nicoll 6efd9ed0b0 Test Gradle plugin against Gradle 8.3
Closes gh-37025
1 year ago
Stephane Nicoll f3450fde7d Detect nested types that are not directly nested to the current type
This commit makes sure that sub-namespace that are defined in a flat
manner in a configuration properties are considered for runtime hints

Closes gh-36909
1 year ago
Stephane Nicoll 87569a0d17 Merge branch '2.7.x' into 3.0.x
Closes gh-37019
1 year ago
Stephane Nicoll 3920f97aa1 Fix bomr version range constraint for single version
This commit fixes the version range in our DSL to use brackets around
a particular version we have to skip.

See https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html

Closes gh-36976
1 year ago
Moritz Halbritter d3816651ce Merge branch '2.7.x' into 3.0.x
Closes gh-37014
1 year ago
Moritz Halbritter efb87fd9ea Merge pull request #36766 from NersesAM
* pr/36766:
  Polish "Set max request header size on Netty when using HTTP/2"
  Set max request header size on Netty when using HTTP/2

Closes gh-36766
1 year ago
Moritz Halbritter dc62e5fbc3 Polish "Set max request header size on Netty when using HTTP/2"
See gh-36766
1 year ago
Nerses Aznauryan ee5b23bb02 Set max request header size on Netty when using HTTP/2
Fix an issue that server.max-http-request-header-size doesn't have an
effect on Netty server with http2 enabled.

See gh-36766
1 year ago
Scott Frederick 3907e40d16 Merge branch '2.7.x' into 3.0.x
Closes gh-37010
1 year ago
Scott Frederick da7eea49b1 Upgrade CI images to ubuntu:jammy-20230804
Closes gh-37009
1 year ago
Stephane Nicoll b99ebc6f87 Upgrade to Lettuce 6.2.6.RELEASE
Closes gh-37002
1 year ago
Stephane Nicoll bf98729cf9 Upgrade to AspectJ 1.9.20
Closes gh-37001
1 year ago
Stephane Nicoll f4120fc3da Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 0a83531324 Upgrade to Reactor Bom 2022.0.10
Closes gh-36831
1 year ago
Stephane Nicoll a3856e4342 Upgrade to Micrometer Tracing 1.0.9
Closes gh-36830
1 year ago
Stephane Nicoll b91b213283 Upgrade to Micrometer 1.10.10
Closes gh-36829
1 year ago
Stephane Nicoll b80f64a0e4 Upgrade to Infinispan 14.0.14.Final
Closes gh-36993
1 year ago
Stephane Nicoll cd7ca433e6 Upgrade to Tomcat 9.0.79
Closes gh-36992
1 year ago