spring-boot/spring-boot-project
Andy Wilkinson 8de81cb06e Disable bind on init for all Tomcat connectors
If a connector is bound on init, it won't be unbound when stop()
is called. This leaves the connector running when it should have
been stopped. We currently disable bind on init for the main
connector but not for any additional connectors. This commit
disables bind on it for all connectors unless it is been
explicitly enabled through the bindOnInit property.

Closes gh-38564

Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
2023-11-29 14:28:09 +00:00
..
spring-boot Disable bind on init for all Tomcat connectors 2023-11-29 14:28:09 +00:00
spring-boot-actuator Auto-configure observations for RestClients 2023-11-23 09:28:09 +01:00
spring-boot-actuator-autoconfigure Only start management context when parent has a web server 2023-11-28 17:45:12 +00:00
spring-boot-autoconfigure Restore compatibility with Liquibase 4.23 2023-11-28 17:41:47 +00:00
spring-boot-dependencies Upgrade to Spring Batch 5.0.4 2023-11-22 19:49:53 +00:00
spring-boot-devtools Merge branch '3.1.x' 2023-10-31 10:23:13 +01:00
spring-boot-docker-compose Use different default database names for Oracle XE and Oracle Free 2023-11-22 10:48:35 +00:00
spring-boot-docs Merge branch '3.1.x' 2023-11-28 13:17:42 +01:00
spring-boot-parent Polish 2023-11-22 10:16:19 +01:00
spring-boot-starters Merge branch '3.0.x' into 3.1.x 2023-11-21 17:30:54 -06:00
spring-boot-test Merge branch '3.1.x' 2023-11-08 09:53:53 +01:00
spring-boot-test-autoconfigure Polish 2023-11-22 10:16:19 +01:00
spring-boot-testcontainers Add container support for Oracle Free which replaces Oracle XE 2023-11-21 11:51:59 -08:00
spring-boot-tools Allow FileSystems to be create by splitting URLs 2023-11-28 22:14:29 -08:00