Commit Graph

40504 Commits

Author SHA1 Message Date
Stephane Nicoll
39e8e12e7a Upgrade to Kotlin 1.7.21
Closes gh-33191
2022-11-15 14:20:56 +01:00
Stephane Nicoll
825ed0e593 Upgrade to Jaybird 4.0.7.java11
Closes gh-33190
2022-11-15 14:20:56 +01:00
Stephane Nicoll
6f5379a77f Upgrade to Jackson Bom 2.14.0
Closes gh-33189
2022-11-15 14:20:56 +01:00
Stephane Nicoll
127fc89797 Upgrade to HttpCore5 5.1.5
Closes gh-33188
2022-11-15 14:20:56 +01:00
Stephane Nicoll
db959445fe Upgrade to Hazelcast 5.1.5
Closes gh-33187
2022-11-15 14:20:56 +01:00
Stephane Nicoll
06473a8ed5 Upgrade to Ehcache3 3.10.4
Closes gh-33186
2022-11-15 14:20:55 +01:00
Stephane Nicoll
aba179ccfc Switch bomr policy to same-minor-version 2022-11-15 14:20:55 +01:00
Stephane Nicoll
fc7ca882b0 Merge branch '2.7.x' 2022-11-15 14:20:40 +01:00
Stephane Nicoll
6a3112d1d5 Merge branch '2.6.x' into 2.7.x 2022-11-15 14:20:20 +01:00
Stephane Nicoll
f177c1bae7 Revert "Upgrade to Undertow 2.2.21.Final"
This reverts commit ac72530d85.

See gh-33181
2022-11-15 14:19:38 +01:00
Stephane Nicoll
e03c2e876a Revert "Upgrade to Undertow 2.2.21.Final"
This reverts commit 51a1673252.

See gh-33165
2022-11-15 14:19:05 +01:00
Stephane Nicoll
791a4106e3 Merge branch '2.7.x' 2022-11-15 13:16:40 +01:00
Stephane Nicoll
9d2ce8e1ca Merge branch '2.6.x' into 2.7.x 2022-11-15 13:16:32 +01:00
Stephane Nicoll
46ba0dfdb6 Upgrade to Reactor 2020.0.25
Closes gh-33130
2022-11-15 13:16:02 +01:00
Stephane Nicoll
0562636ae7 Upgrade to Reactor 2020.0.25
Closes gh-33123
2022-11-15 13:15:14 +01:00
Stephane Nicoll
b07315caef Merge branch '2.7.x' 2022-11-15 09:21:59 +01:00
Andy Wilkinson
55b5a32254 Try to stabilize JBoss Logging provider tests
See gh-33155
2022-11-15 07:35:04 +00:00
Stephane Nicoll
ac72530d85 Upgrade to Undertow 2.2.21.Final
Closes gh-33181
2022-11-15 07:51:58 +01:00
Stephane Nicoll
69999b250b Upgrade to Tomcat 9.0.69
Closes gh-33180
2022-11-15 07:51:55 +01:00
Stephane Nicoll
6f8bcd764a Upgrade to Spring WS 3.1.4
Closes gh-33179
2022-11-15 07:51:53 +01:00
Stephane Nicoll
3b9260d4ca Upgrade to Spring Security 5.7.5
Closes gh-33178
2022-11-15 07:51:50 +01:00
Stephane Nicoll
7de8c9bd53 Upgrade to Netty 4.1.85.Final
Closes gh-33177
2022-11-15 07:51:47 +01:00
Stephane Nicoll
ba40a88c10 Upgrade to MariaDB 3.0.9
Closes gh-33176
2022-11-15 07:51:44 +01:00
Stephane Nicoll
a241093b55 Upgrade to Jaybird 4.0.7.java8
Closes gh-33175
2022-11-15 07:51:42 +01:00
Stephane Nicoll
f14eedc20a Upgrade to HttpCore5 5.1.5
Closes gh-33174
2022-11-15 07:51:39 +01:00
Stephane Nicoll
b134269048 Upgrade to Hibernate 5.6.14.Final
Closes gh-33173
2022-11-15 07:51:36 +01:00
Stephane Nicoll
ecc929fb1f Upgrade to Hazelcast 5.1.5
Closes gh-33172
2022-11-15 07:51:33 +01:00
Stephane Nicoll
f2018fa778 Upgrade to Elasticsearch 7.17.7
Closes gh-33171
2022-11-15 07:51:30 +01:00
Stephane Nicoll
fcf774c333 Upgrade to Ehcache3 3.10.4
Closes gh-33170
2022-11-15 07:51:27 +01:00
Phillip Webb
0754665973 Merge branch '2.7.x'
Closes gh-33169
2022-11-14 15:08:55 -08:00
Phillip Webb
733638cf89 Merge branch '2.6.x' into 2.7.x
Closes gh-33168
2022-11-14 15:07:48 -08:00
Phillip Webb
2a989b31aa Create Environment and apply ConversionService to management contexts
Update `ManagementContextFactory` implementations to create an
appropriate `Environment` type and to apply the `ConversionService`
from the parent context.

Prior to this commit, the management context `Environment` would not
be able to convert values from a `configtree:` source due to a missing
converter.

Fixes gh-32941
2022-11-14 15:06:30 -08:00
Scott Frederick
c28c614c47 Set Java source and target when compiling AOT generated sources
When compiling AOT-generated sources in the Maven plugin `process-aot`
and `process-test-aot` goals, the Java compiler should be provided
with the same `--source`, `--target`, and `--release` configuration
values as the Maven compiler plugin uses to compile main sources.

Fixes gh-33112
2022-11-14 15:05:13 -06:00
Scott Frederick
11652bd8e6 Add compilerArguments parameter to process-aot Maven goal
This commit adds a `compilerArguments` parameter to the Maven plugin
`process-aot` and `process-test-aot` goals to allow the user to
configure the command used to compile the AOT-generated sources.

Fixes gh-33012
2022-11-14 15:05:12 -06:00
Andy Wilkinson
4e1efaa4bb Merge pull request #33099 from artembilan
* gh-33099:
  Polish "Add config property for Spring Integration component observation"
  Add config property for Spring Integration component observation

Closes gh-33099
2022-11-14 20:28:57 +00:00
Andy Wilkinson
31f5e768a8 Polish "Add config property for Spring Integration component observation"
See gh-33099
2022-11-14 20:16:16 +00:00
artembilan
b87d5c728d Add config property for Spring Integration component observation
Spring Integration has introduced a new observationPatterns attribute
on EnableIntegrationManagement. Spring Boot auto-configures
EnableIntegrationManagement so this commit adds a property that
allows users to configure the patterns without declaring the
annotation themselves.

See gh-33099
2022-11-14 20:16:16 +00:00
Andy Wilkinson
6d8a1c90a4 Revert "Upgrade to Tomcat 10.1.2"
This reverts commit 4ccdfc66d6.

See gh-33167
See gh-33071
2022-11-14 20:15:17 +00:00
Andy Wilkinson
45ec107e2f Correct ClassUtils import
See gh-33155
2022-11-14 20:05:35 +00:00
Andy Wilkinson
4ccdfc66d6 Upgrade to Tomcat 10.1.2
Closes gh-33167
Closes gh-33071
2022-11-14 19:46:33 +00:00
Andy Wilkinson
b5bdee24c2 When Logback's in use, route JBoss Logging straight into SLF4J
Prior to this change, when using spring-boot-starter-logging, JBoss
Logging would route like this:

JBoss Logging -> Log4j2 API -> SLF4J -> Logback

This is inefficient as there's no need for it to go via the Log4j2
API.

This commit updates the Logback logging system to configure a system
property that controls JBoss's routing. With this change in place,
JBoss Logging will route like this:

JBoss Logging -> SLF4J -> Logback

Closes gh-33155
2022-11-14 18:06:35 +00:00
Stephane Nicoll
9e1c4f775e Merge branch '2.7.x' 2022-11-14 17:17:11 +01:00
Stephane Nicoll
1f909585ce Merge branch '2.6.x' into 2.7.x 2022-11-14 17:16:59 +01:00
Brian Clozel
932f7d705f Start building against Spring Framework 6.0.0 SNAPSHOTs
See gh-33136
2022-11-14 16:40:30 +01:00
Stephane Nicoll
51a1673252 Upgrade to Undertow 2.2.21.Final
Closes gh-33165
2022-11-14 16:03:26 +01:00
Stephane Nicoll
80255acb7b Upgrade to Tomcat 9.0.69
Closes gh-33164
2022-11-14 16:03:23 +01:00
Stephane Nicoll
7885387d24 Upgrade to Spring WS 3.1.4
Closes gh-33163
2022-11-14 16:03:21 +01:00
Stephane Nicoll
cd7f6d049e Upgrade to Spring Security 5.6.9
Closes gh-33162
2022-11-14 16:03:18 +01:00
Stephane Nicoll
925cd10d9d Upgrade to Netty 4.1.85.Final
Closes gh-33161
2022-11-14 16:03:15 +01:00
Stephane Nicoll
d8867e7c2e Upgrade to MariaDB 2.7.7
Closes gh-33160
2022-11-14 16:03:12 +01:00