Commit Graph

53004 Commits

Author SHA1 Message Date
Moritz Halbritter d8b470a511 Add method to create an SslBundle which uses the system default managers
See gh-41137
2025-02-17 13:23:15 +01:00
Stéphane Nicoll 631d07cfe1 Merge branch '3.4.x'
Closes gh-44308
2025-02-17 13:10:17 +01:00
Stéphane Nicoll 4d21f1e8b1 Merge branch '3.3.x' into 3.4.x
Closes gh-44307
2025-02-17 13:10:10 +01:00
Stéphane Nicoll e51efef30b Merge pull request #44306 from nosan
* pr/44306:
  Fix build

Closes gh-44306
2025-02-17 13:10:06 +01:00
Dmytro Nosan 35a77e2cf1 Fix build
See gh-44306

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 13:09:52 +01:00
Stéphane Nicoll d71f0b4372 Merge pull request #44290 from nosan
* pr/44290:
  Polish "Auto-configure ObjectDirectoryMapper"
  Auto-configure ObjectDirectoryMapper

Closes gh-44290
2025-02-17 12:02:57 +01:00
Stéphane Nicoll 3ed0e021ac Polish "Auto-configure ObjectDirectoryMapper"
See gh-44290
2025-02-17 12:02:39 +01:00
Dmytro Nosan 8435aeb0e2 Auto-configure ObjectDirectoryMapper
This commit improves LdapAutoConfiguration to also auto-configure an
ObjectDirectoryMapper and configure LdapTemplate to use it.

See gh-44290

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 12:02:39 +01:00
Andy Wilkinson ca1bd3f633 Merge branch '3.4.x'
Closes gh-44304
2025-02-17 11:01:43 +00:00
Andy Wilkinson 9fa40adb45 Merge branch '3.3.x' into 3.4.x
Closes gh-44303
2025-02-17 11:01:31 +00:00
Andy Wilkinson 045fbee395 Document need for $ separator when auto-config is nested
Closes gh-44298
2025-02-17 11:00:29 +00:00
Stéphane Nicoll 828d90ede9 Merge branch '3.4.x' 2025-02-17 11:50:11 +01:00
Stéphane Nicoll 2adbc24be1 Polish 2025-02-17 11:49:59 +01:00
Stéphane Nicoll 514666b210 Polish 2025-02-17 11:33:15 +01:00
Stéphane Nicoll 2884caee36 Merge branch '3.4.x'
Closes gh-44302
2025-02-17 11:31:03 +01:00
Stéphane Nicoll db34e37041 Merge branch '3.3.x' into 3.4.x
Closes gh-44301
2025-02-17 11:30:55 +01:00
Stéphane Nicoll 6760c3981c Merge pull request #44267 from ngocnhan-tran1996
* pr/44267:
  Clarifyt when UserDetailsService auto-configuration will back off

Closes gh-44267
2025-02-17 11:30:49 +01:00
Tran Ngoc Nhan f3ce5bca0c Clarifyt when UserDetailsService auto-configuration will back off
See gh-44267

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-17 11:29:37 +01:00
Stéphane Nicoll 980202f654 Merge branch '3.4.x'
Closes gh-44300
2025-02-17 11:22:14 +01:00
Tran Ngoc Nhan d212232d9d Implement RuntimeHintsRegistrar
CLoses gh-44299
2025-02-17 11:21:04 +01:00
Stéphane Nicoll c20599a6c8 Merge pull request #44266 from ngocnhan-tran1996
* pr/44266:
  Implement RuntimeHintsRegistrar

Closes gh-44266
2025-02-17 11:17:48 +01:00
Tran Ngoc Nhan e982136f5e Implement RuntimeHintsRegistrar
See gh-44266
2025-02-17 11:09:29 +01:00
Stéphane Nicoll 4ef74747ef Merge branch '3.4.x'
Closes gh-44297
2025-02-17 11:07:05 +01:00
Stéphane Nicoll e67c8b43a2 Merge branch '3.3.x' into 3.4.x
Closes gh-44296
2025-02-17 11:06:58 +01:00
Stéphane Nicoll d9c54312d8 Merge pull request #44259 from nosan
* pr/44259:
  Polish "Do not auto-configure ViewResolver if spring-webmvc is absent"
  Do not auto-configure ViewResolver if spring-webmvc is absent

Closes gh-44259
2025-02-17 11:06:49 +01:00
Stéphane Nicoll 6aa0055e5e Polish "Do not auto-configure ViewResolver if spring-webmvc is absent"
See gh-44259
2025-02-17 11:01:23 +01:00
Dmytro Nosan ac73766f9b Do not auto-configure ViewResolver if spring-webmvc is absent
See gh-44259

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 11:01:07 +01:00
Stéphane Nicoll 667b161d8c Merge branch '3.4.x'
Closes gh-44295
2025-02-17 10:53:57 +01:00
Stéphane Nicoll 40eefd5cae Merge branch '3.3.x' into 3.4.x
Closes gh-44294
2025-02-17 10:53:48 +01:00
Stéphane Nicoll 6f05926643 Merge pull request #44134 from nosan
* pr/44134:
  Destroy WebServer if ReactiveWebServerApplicationContext refresh fails

Closes gh-44134
2025-02-17 10:53:39 +01:00
Dmytro Nosan c28c16eb9c Destroy WebServer if ReactiveWebServerApplicationContext refresh fails
Prior to this commit, if ReactiveWebServerApplicationContext failed to
refresh, only WebServer.stop() was called.

This commit additionally invokes WebServer.destroy(), aligning
the behavior with ServletWebServerApplicationContext when a refresh
failure occurs.

See gh-44134

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 10:45:34 +01:00
Stéphane Nicoll e0b54e2ad0 Merge pull request #44291 from nosan
* pr/44291:
  Polish "Auto-configure CqlTemplate and ReactiveCqlTemplate"
  Auto-configure CqlTemplate and ReactiveCqlTemplate

Closes gh-44291
2025-02-17 09:28:41 +01:00
Stéphane Nicoll 8d713fb6c7 Polish "Auto-configure CqlTemplate and ReactiveCqlTemplate"
See gh-44291
2025-02-17 09:20:03 +01:00
Dmytro Nosan e8661f6bee Auto-configure CqlTemplate and ReactiveCqlTemplate
See gh-44291

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-17 09:14:06 +01:00
Stéphane Nicoll e884aa33fe Merge branch '3.4.x' 2025-02-14 17:39:52 +01:00
Stéphane Nicoll 04a23e91d1 Merge branch '3.3.x' into 3.4.x 2025-02-14 17:39:40 +01:00
Stéphane Nicoll 755ef85587 Upgrade to Spring Data Bom 2025.0.0-M1
Closes gh-44159
2025-02-14 17:16:12 +01:00
Stéphane Nicoll 5e4d47363d Upgrade to REST Assured 5.5.1
Closes gh-44285
2025-02-14 17:16:11 +01:00
Stéphane Nicoll 4c917a5dd7 Upgrade to Prometheus Client 1.3.6
Closes gh-44284
2025-02-14 17:16:06 +01:00
Stéphane Nicoll 7c26ccd827 Upgrade to Flyway 11.3.2
Closes gh-44283
2025-02-14 17:16:01 +01:00
Stéphane Nicoll b22705975e Upgrade to Byte Buddy 1.17.1
Closes gh-44282
2025-02-14 17:15:55 +01:00
Stéphane Nicoll a557cc9469 Upgrade to Spring Data Bom 2024.1.3
Closes gh-44119
2025-02-14 17:13:02 +01:00
Stéphane Nicoll f12f712ab9 Upgrade to REST Assured 5.5.1
Closes gh-44281
2025-02-14 17:13:01 +01:00
Stéphane Nicoll 1c946f9b64 Upgrade to Prometheus Client 1.3.6
Closes gh-44280
2025-02-14 17:12:57 +01:00
Stéphane Nicoll 0a673881a4 Upgrade to Spring Data Bom 2024.0.9
Closes gh-44106
2025-02-14 17:11:04 +01:00
Stéphane Nicoll f5823f3b77 Merge branch '3.4.x' 2025-02-14 17:09:08 +01:00
Stéphane Nicoll 922a4b9c13 Merge branch '3.3.x' into 3.4.x 2025-02-14 17:09:02 +01:00
Stéphane Nicoll 16f65ce853 Start building against Spring AMQP 3.2.3 snapshots
See gh-44279
2025-02-14 17:00:02 +01:00
Stéphane Nicoll c70c916593 Start building against Spring AMQP 3.2.3 snapshots
See gh-44278
2025-02-14 16:59:40 +01:00
Stéphane Nicoll f91d2df403 Start building against Spring AMQP 3.1.9 snapshots
See gh-44277
2025-02-14 16:57:04 +01:00