Moritz Halbritter
5e5f41b7a6
Merge branch '3.3.x'
...
Closes gh-42845
2024-10-23 08:27:51 +02:00
Moritz Halbritter
9cced069a0
Delete argfile on JVM exit
...
Closes gh-42841
2024-10-23 08:27:31 +02:00
Stéphane Nicoll
37c562a39b
Merge branch '3.3.x'
2024-10-23 08:15:46 +02:00
Stéphane Nicoll
e4adc7da33
Merge branch '3.2.x' into 3.3.x
2024-10-23 08:15:39 +02:00
Stéphane Nicoll
1ade0b1250
Upgrade to Spring GraphQL 1.3.3
...
Closes gh-42844
2024-10-23 08:04:33 +02:00
Stéphane Nicoll
8a10ad1647
Upgrade to Spring Authorization Server 1.4.0-RC1
...
Closes gh-42559
2024-10-23 08:04:29 +02:00
Stéphane Nicoll
2f920cfe86
Upgrade to HttpCore5 5.3.1
...
Closes gh-42843
2024-10-23 08:04:29 +02:00
Stéphane Nicoll
c07c0c981c
Upgrade to GraphQL Java 22.3
...
Closes gh-42842
2024-10-23 08:04:24 +02:00
Stéphane Nicoll
8bf1a2db76
Upgrade to Spring GraphQL 1.3.3
...
Closes gh-42742
2024-10-23 08:03:30 +02:00
Stéphane Nicoll
9668ecd241
Upgrade to Spring Authorization Server 1.3.3
...
Closes gh-42546
2024-10-23 08:03:30 +02:00
Stéphane Nicoll
38d534807a
Upgrade to Spring Integration 6.2.10
...
Closes gh-42537
2024-10-23 08:03:24 +02:00
Stéphane Nicoll
78d0e48b7b
Upgrade to Spring GraphQL 1.2.9
...
Closes gh-42740
2024-10-23 08:03:24 +02:00
Stéphane Nicoll
f8c9fe428b
Upgrade to Spring Authorization Server 1.2.7
...
Closes gh-42534
2024-10-23 08:03:23 +02:00
Phillip Webb
e6b840004d
Support ResourceLoader delegation from ApplicationResourceLoader
...
Update `ApplicationResourceLoader` to support delegation to another
`ResourceLoader`. The update allows customer resource loaders to be
used when loading SSL resources.
Closes gh-42835
2024-10-22 22:07:42 -07:00
Phillip Webb
65fcf34773
Merge branch '3.3.x'
...
Closes gh-42840
2024-10-22 19:23:43 -07:00
Phillip Webb
dcbf0096d8
Use context class loader when watching SSL resource
...
Update `BundleContentProperty` to use a provided resource loader when
watching files.
Fixes gh-42468
2024-10-22 19:22:33 -07:00
Phillip Webb
0a1c65f8d4
Fix test compile error introduced during merge
...
See gh-42839
2024-10-22 18:52:14 -07:00
Phillip Webb
fdf7ca9093
Merge branch '3.3.x'
...
Closes gh-42839
2024-10-22 18:45:19 -07:00
Phillip Webb
499672184c
Use context class loader when loading auto-configured SSL bundles
...
Update `SslAutoConfiguration` to the `ApplicationContext` class loader
when loading SSL resources. Prior to this commit, the thread context
class loader was used to load resources which could be incorrect.
Specifically, when using a `ForkJoinPool` the thread context classloader
defaults to the JRE `AppClassLoader` which does not include uber jar
content.
The underlying `JksSslStoreBundle` class and `PemSslStore.load(...)`
method have been updated so support using a provided `ResourceLoader`.
Fixes gh-42468
2024-10-22 18:43:57 -07:00
Phillip Webb
61fbb12499
Polish
2024-10-22 16:05:51 -07:00
Phillip Webb
bacd2c26e1
Merge branch '3.3.x'
2024-10-22 11:15:00 -07:00
Phillip Webb
a9e50d67dd
Drop `@Input` from `getData()`
...
Remove `@Input` from the `getData()` method since it's built up from
other properties.
See gh-40572
2024-10-22 11:13:32 -07:00
Andy Wilkinson
e26c6d6403
Recommend using defaultCandidate=false on qualified beans
...
Closes gh-42831
2024-10-22 17:49:23 +01:00
Stéphane Nicoll
32af30495e
Start building against Spring Framework 6.2.0-RC3 snapshots
...
See gh-42833
2024-10-22 14:50:32 +02:00
Andy Wilkinson
ea4b53d6ae
Add auto-configuration for an indexed reactive session repository
...
Closes gh-42604
2024-10-22 13:40:53 +01:00
Andy Wilkinson
fc091f7bdd
Introduce @BatchTaskExecutor for customizing Batch's task executor
...
Closes gh-40040
2024-10-22 10:48:34 +01:00
Moritz Halbritter
a391613a1a
Merge pull request #42813 from nosan
...
* pr/42813:
Polish "Add property to control log exporting"
Add property to control log exporting
Closes gh-42813
2024-10-22 11:40:02 +02:00
Moritz Halbritter
0ce4dbd49f
Polish "Add property to control log exporting"
...
See gh-42813
2024-10-22 11:35:29 +02:00
Dmytro Nosan
e9b3b97d81
Add property to control log exporting
...
This property provides more fine-grained control over log export:
- management.otlp.logging.export.enabled
By default, it is set to null, but if defined,
it takes precedence over the global management.logging.export.enabled
property
See gh-42813
2024-10-22 11:35:29 +02:00
Stéphane Nicoll
baac4cc8dc
Merge pull request #42770 from nosan
...
* pr/42770:
Polish "Add GitHub issue templates"
Add GitHub issue templates
Closes gh-42770
2024-10-22 11:30:57 +02:00
Stéphane Nicoll
52b7b3cc46
Polish "Add GitHub issue templates"
...
See gh-42770
2024-10-22 11:30:08 +02:00
Dmytro Nosan
e2d3755911
Add GitHub issue templates
...
See gh-42770
2024-10-22 11:30:07 +02:00
Stéphane Nicoll
768ed5a0f3
Merge branch '3.3.x'
2024-10-22 09:22:28 +02:00
Stéphane Nicoll
9acbee7533
Merge branch '3.2.x' into 3.3.x
2024-10-22 09:22:21 +02:00
Stéphane Nicoll
2cda118f75
Upgrade to Spring Session 3.4.0-RC1
...
Closes gh-42692
2024-10-22 09:05:28 +02:00
Stéphane Nicoll
67ad7331f7
Upgrade to Spring Security 6.4.0-RC1
...
Closes gh-42568
2024-10-22 09:05:27 +02:00
Stéphane Nicoll
98c6296a6c
Upgrade to Spring Pulsar 1.2.0-RC1
...
Closes gh-42566
2024-10-22 09:05:27 +02:00
Stéphane Nicoll
c37d4bcfc8
Upgrade to Spring Kafka 3.3.0-RC1
...
Closes gh-42564
2024-10-22 09:05:27 +02:00
Stéphane Nicoll
8bacc05fb1
Upgrade to Spring AMQP 3.2.0-RC1
...
Closes gh-42558
2024-10-22 09:05:26 +02:00
Stéphane Nicoll
577c45a176
Upgrade to Selenium HtmlUnit 4.25.0
...
Closes gh-42827
2024-10-22 09:05:25 +02:00
Stéphane Nicoll
44e7320cec
Upgrade to Pulsar Reactive 0.5.8
...
Closes gh-42826
2024-10-22 09:05:21 +02:00
Stéphane Nicoll
5803d305fc
Upgrade to Prometheus Client 1.3.2
...
Closes gh-42825
2024-10-22 09:05:17 +02:00
Stéphane Nicoll
64b7ecf440
Upgrade to Maven Invoker Plugin 3.8.1
...
Closes gh-42824
2024-10-22 09:05:13 +02:00
Stéphane Nicoll
3e7f2e97ae
Upgrade to Maven Help Plugin 3.5.1
...
Closes gh-42823
2024-10-22 09:05:09 +02:00
Stéphane Nicoll
c44bc57f37
Upgrade to JUnit Jupiter 5.11.3
...
Closes gh-42822
2024-10-22 09:05:04 +02:00
Stéphane Nicoll
2cbb5000d1
Upgrade to jOOQ 3.19.14
...
Closes gh-42821
2024-10-22 09:04:59 +02:00
Stéphane Nicoll
e17c0244b4
Upgrade to HtmlUnit 4.5.0
...
Closes gh-42820
2024-10-22 09:04:54 +02:00
Stéphane Nicoll
6ac8053a96
Upgrade to Spring Session 3.3.3
...
Closes gh-42554
2024-10-22 09:03:43 +02:00
Stéphane Nicoll
d5881a862e
Upgrade to Spring Security 6.3.4
...
Closes gh-42553
2024-10-22 09:03:43 +02:00
Stéphane Nicoll
870ef4d8ff
Upgrade to Spring Pulsar 1.1.5
...
Closes gh-42551
2024-10-22 09:03:43 +02:00