Commit Graph

50846 Commits

Author SHA1 Message Date
Andy Wilkinson
5be5eaf7f2 Use ClassLoader from ResourceLoader to load PropertySourceLoaders
Fixes gh-44427
2025-02-26 15:42:12 +00:00
Andy Wilkinson
56c955158d Use Framework's default class loader as default in ImportCandidates
Closes gh-44401
2025-02-26 15:32:50 +00:00
Andy Wilkinson
3acea583ad Add support for working with resources in tests
Closes gh-44444
2025-02-26 15:29:20 +00:00
Moritz Halbritter
abf320d273 Register reflection hints for SslBundleSslEngineFactory
Closes gh-44435
2025-02-26 11:46:55 +01:00
Moritz Halbritter
453002b77b Add class of SslBundleSslEngineFactory to Kafka config map
Closes gh-44414
2025-02-26 10:46:12 +01:00
Stéphane Nicoll
59c0036a9e Merge pull request #44424 from izeye
* pr/44424:
  Add a project icon for IntelliJ IDEA

Closes gh-44424
2025-02-25 09:18:29 +01:00
Johnny Lim
c498fcbc4e Add a project icon for IntelliJ IDEA
See gh-44424

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-02-25 09:17:56 +01:00
Stéphane Nicoll
def70a14cd Merge pull request #44413 from ngocnhan-tran1996
* pr/44413:
  Update copyright of changed files
  Fix typo in fold attribute

Closes gh-44413
2025-02-24 08:23:39 +01:00
Stéphane Nicoll
41656bf4ee Update copyright of changed files
See gh-44413
2025-02-24 08:21:07 +01:00
Tran Ngoc Nhan
ae2cfebd93 Fix typo in fold attribute
See gh-44413

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-24 08:19:57 +01:00
Stéphane Nicoll
e6b21937cd Merge pull request #44323 from izeye
* pr/44323:
  Update copyright of changed files
  Polish

Closes gh-44323
2025-02-24 07:54:25 +01:00
Stéphane Nicoll
bf1dc09c86 Update copyright of changed files
See gh-44323
2025-02-24 07:52:35 +01:00
Johnny Lim
332ad7bb70 Polish
See gh-44323

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-02-24 07:46:25 +01:00
Stéphane Nicoll
72475702db Merge pull request #44388 from ngocnhan-tran1996
* pr/44388:
  Use Javadoc attributes for Gradle reference guide

Closes gh-44388
2025-02-22 19:04:56 +01:00
Tran Ngoc Nhan
d781ce164d Use Javadoc attributes for Gradle reference guide
See gh-44388

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-22 19:02:33 +01:00
Stéphane Nicoll
b7114898bb Merge pull request #44348 from bernie-schelberg-invicara
* pr/44348:
  Polish contribution
  Consider properties on outer class in nested @DataJpaTest tests

Closes gh-44348
2025-02-22 18:56:22 +01:00
Stéphane Nicoll
2a94ee1586 Polish contribution
See gh-44348
2025-02-22 18:53:51 +01:00
Bernie Schelberg
b9438bef9e Consider properties on outer class in nested @DataJpaTest tests
See gh-44348

Signed-off-by: Bernie Schelberg <bernard.schelberg@invicara.com>
2025-02-22 18:53:39 +01:00
Stéphane Nicoll
acfdd1127d Merge pull request #44384 from nosan
* pr/44384:
  Polish contribution
  Clarify which Mongo properties are ignored when URI property is set

Closes gh-44384
2025-02-22 18:38:06 +01:00
Stéphane Nicoll
7fd19556b2 Polish contribution
See gh-44384
2025-02-22 18:33:05 +01:00
Dmytro Nosan
2f288bf614 Clarify which Mongo properties are ignored when URI property is set
See gh-44384

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-22 18:28:42 +01:00
Stéphane Nicoll
58a9280ca2 Merge pull request #44385 from ngocnhan-tran1996
* pr/44385:
  Adapt reference to JooqExceptionTranslator

Closes gh-44385
2025-02-22 18:24:25 +01:00
Tran Ngoc Nhan
c211b05660 Adapt reference to JooqExceptionTranslator
This commit updates the reference guide as JooqExceptionTranslator has
been superseded by ExceptionTranslatorExecuteListener.

See gh-44385

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-22 18:22:14 +01:00
Stéphane Nicoll
7ca2713665 Fix typo 2025-02-22 10:08:28 +01:00
Andy Wilkinson
70e0744c27 Next development version (v3.3.10-SNAPSHOT) 2025-02-20 11:47:17 +00:00
Phillip Webb
c718461450 Protect against NoSuchMethodException on setReadOnly
See gh-44331
2025-02-19 15:52:51 -08:00
Andy Wilkinson
69abb7dda7 Upgrade to Spring Session 3.3.6
Closes gh-44114
2025-02-19 23:10:49 +00:00
Andy Wilkinson
ff4babc4d1 Upgrade to jOOQ 3.19.19
Closes gh-44367
2025-02-19 23:10:49 +00:00
Andy Wilkinson
9704afbe2a Upgrade to Tomcat 10.1.36
Closes gh-44331
2025-02-19 12:42:49 -08:00
Phillip Webb
0e551651d8 Merge pull request #44355 from nosan
* pr/44355:
  Polish ClassPath

Closes gh-44355
2025-02-19 12:20:28 -08:00
Dmytro Nosan
e919fd806f Polish ClassPath
See gh-44355

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-19 12:20:10 -08:00
Andy Wilkinson
cfc12bfef7 Remove unused empty-web.xml
Closes gh-44357
2025-02-19 15:50:33 +00:00
Stéphane Nicoll
b5d50ebf7a Upgrade to Spring Kafka 3.2.7
Closes gh-44110
2025-02-19 09:45:31 +01:00
Stéphane Nicoll
c31872cd2f Upgrade to Spring Integration 6.3.8
Closes gh-44109
2025-02-19 09:45:31 +01:00
Stéphane Nicoll
d89d1aa332 Upgrade to Spring Authorization Server 1.3.5
Closes gh-44105
2025-02-19 09:45:31 +01:00
Stéphane Nicoll
55c9603387 Upgrade to Spring AMQP 3.1.9
Closes gh-44277
2025-02-19 09:45:31 +01:00
Phillip Webb
082c5859e8 Polish 2025-02-18 17:22:53 -08:00
Phillip Webb
8aea6d575a Update copyright year of changed files 2025-02-18 15:11:35 -08:00
Phillip Webb
bc28fbad28 Use latest Buildship in Eclipse setup 2025-02-18 15:10:47 -08:00
Phillip Webb
0be58127c6 Drop JST installs from Eclipse setup 2025-02-18 15:10:47 -08:00
Andy Wilkinson
bba964cd12 Prohibit upgrades to Tomcat 10.1.35 and 10.1.36
Closes gh-44331
2025-02-18 21:14:15 +00:00
Phillip Webb
9dff6cddd4 Merge pull request #44340 from nosan
* pr/44340:
  Don't use ArgFile when using JavaCompiler

Closes gh-44340
2025-02-18 12:11:43 -08:00
Dmytro Nosan
0e81b6386e Don't use ArgFile when using JavaCompiler
See gh-44340

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-18 12:10:41 -08:00
Phillip Webb
9ba851d4ac Merge pull request #44330 from nosan
* pr/44330:
  Polish ClasspathBuilder

Closes gh-44330
2025-02-18 12:09:27 -08:00
Dmytro Nosan
616d4cb149 Polish ClasspathBuilder
See gh-44330

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-18 12:08:49 -08:00
Andy Wilkinson
b6abb42ec9 Remove redundant prohibiting of Tomcat version
See gh-44331
2025-02-18 17:54:11 +00:00
Andy Wilkinson
e8812ace3b Upgrade to Tomcat 10.1.36
Closes gh-44331
2025-02-18 17:40:33 +00:00
Andy Wilkinson
7ba2d873a8 Upgrade to Spring Security 6.3.7
Closes gh-44113
2025-02-18 17:40:33 +00:00
Andy Wilkinson
99744ec9d8 Upgrade to Spring Pulsar 1.1.9
Closes gh-44112
2025-02-18 17:40:33 +00:00
Andy Wilkinson
e1d79e80bb Upgrade to Spring GraphQL 1.3.4
Closes gh-44108
2025-02-18 17:40:33 +00:00