Commit Graph

2843 Commits

Author SHA1 Message Date
Stéphane Nicoll 8f623e8934 Create spring-boot-quartz module
Issue: 46107
2025-06-27 14:55:06 -07:00
Stéphane Nicoll 1157dc5451 Create spring-boot-neo4j module
Issue: 46106
2025-06-27 14:54:36 -07:00
Andy Wilkinson 6c906cb4f7 Create spring-boot-cassandra module
Issue: 46104
2025-06-27 14:53:29 -07:00
Stéphane Nicoll 8c705529c3 Create spring-boot-couchbase module
Issue: 46103
2025-06-27 14:52:58 -07:00
Stéphane Nicoll 63dbce0df3 Create spring-boot-hazelcast module
Issue: 46099
2025-06-27 14:51:01 -07:00
Andy Wilkinson 2dc2cb98d7 Create spring-boot-integration module
Issue: 46098
2025-06-27 14:50:29 -07:00
Stéphane Nicoll ba6b1348f1 Create spring-boot-data-jpa module
Issue: 46096
2025-06-27 14:49:20 -07:00
Stéphane Nicoll 7dffa75c9b Create spring-boot-jpa module
Issue: 46095
2025-06-27 14:48:44 -07:00
Andy Wilkinson 28dadc2cf5 Create spring-boot-r2dbc module
Issue: 46094
2025-06-27 14:48:10 -07:00
Andy Wilkinson 1eb98ba9f7 Create spring-boot-kafka module
Issue: 46092
2025-06-27 14:47:06 -07:00
Brian Clozel 0690e870d2 Create spring-boot-elasticsearch module
Issue: 46091
2025-06-27 14:46:32 -07:00
Phillip Webb 725c8f4253 Create spring-boot-liquibase module
Issue: 46088
2025-06-27 14:44:56 -07:00
Stéphane Nicoll 34d41956b5 Create spring-boot-validation module
Issue: 46087
2025-06-27 14:44:22 -07:00
Stéphane Nicoll 13e0f45539 Create spring-boot-flyway module
Issue: 46086
2025-06-27 14:43:46 -07:00
Andy Wilkinson cda1ffe54d Create spring-boot-jdbc module
Issue: 46085
2025-06-27 14:41:32 -07:00
Stéphane Nicoll f61bdb94e6 Create spring-boot-artemis module
Issue: 46083
2025-06-27 11:45:01 -07:00
Stéphane Nicoll 5f3adc3c1f Create spring-boot-activemq module
Issue: 46082
2025-06-27 11:44:29 -07:00
Stéphane Nicoll c98a07ec7b Create spring-boot-jms module
Issue: 46081
2025-06-27 11:43:55 -07:00
Brian Clozel f8230d87a6 Create spring-boot-jsonb module
Issue: 46080
2025-06-27 11:42:52 -07:00
Brian Clozel e7ef2d2d9c Create spring-boot-mail module
Issue: 46079
2025-06-27 11:42:21 -07:00
Andy Wilkinson 15d306a26b Create spring-boot-jackson-module
Issue: 46078
2025-06-27 11:41:47 -07:00
Andy Wilkinson 3ce346a261 Separate R2DBC and JDBC database initialization
Issue: 46071

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2025-06-27 11:40:51 -07:00
Brian Clozel c5e3a322b3 Create spring-boot-amqp module
Issue: 46077
2025-06-27 11:40:20 -07:00
Phillip Webb 1b086158cc Temporarily disable auto-configuration checks
Found auto-configuration class problems:
  - org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration:
    - after 'org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration' is from an optional dependency and should be declared in afterName
  - org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration:
    - after 'org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration' is from an optional dependency and should be declared in afterName

Issue: 46071
2025-06-27 11:40:16 -07:00
Andy Wilkinson 51b29485fe Create spring-boot-reactor-netty module
Issue: 46076
2025-06-27 11:39:41 -07:00
Andy Wilkinson 2bd4eb4e32 Create spring-boot-jetty module
Issue: 46075
2025-06-27 11:39:04 -07:00
Andy Wilkinson b6a8e6cf8c Create spring-boot-undertow module
Issue: 46074
2025-06-27 11:38:30 -07:00
Andy Wilkinson eac6ff5e83 Move Tomcat auto-configuration into spring-boot-tomcat
Issue: 46073
2025-06-27 11:37:59 -07:00
Andy Wilkinson 7ee2bc1058 Start splitting up spring-boot-autoconfigure
Issue: 46071
2025-06-27 11:37:39 -07:00
Andy Wilkinson 00bd123032 Create beginnings of spring-boot-tomcat module
Issue: 46073
2025-06-27 10:59:48 -07:00
Andy Wilkinson a7e7cb45a0 Start splitting up spring-boot
Issue: 46071
2025-06-27 10:56:32 -07:00
Phillip Webb f5f26da140 Reduce number of test dependencies
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.

Issue: 46072
2025-06-27 10:56:32 -07:00
Andy Wilkinson f9cd6b01cf Move WebServer-specific properties out of ManagementServerProperties
Issue: 44324
2025-06-27 10:56:32 -07:00
Andy Wilkinson e221783251 Repackage web server classes
Issue: 44286
Issue: 44067
2025-06-27 10:56:24 -07:00
Andy Wilkinson 8356a5ca7c Move server-specific knowledge out of general child context creation
Issue: 44200
2025-06-27 10:53:37 -07:00
Andy Wilkinson 6a928361dd Move JerseyApplicationPath into a Jersey-specific package
Issue: 44066
2025-06-27 10:53:37 -07:00
Phillip Webb 3312979c77 Merge branch '3.5.x'
See gh-46067
2025-06-20 17:22:43 -07:00
Phillip Webb 61c2d0766b Merge branch '3.4.x' into 3.5.x
See gh-46066
2025-06-20 17:21:58 -07:00
Phillip Webb 3aeb18d618 Add license header to gradle files
See gh-46065
2025-06-20 17:20:50 -07:00
Phillip Webb 1bb1c13a61 Merge branch '3.5.x'
See gh-46067
2025-06-20 17:16:13 -07:00
Phillip Webb a37c84b7c5 Merge branch '3.4.x' into 3.5.x
See gh-46066
2025-06-20 17:14:59 -07:00
Phillip Webb d66b28fcba Update end copyright year to 'present'
See gh-46065
2025-06-20 17:12:38 -07:00
Moritz Halbritter 4d349ec9d2 Merge branch 'main' into 4.0.x 2025-06-18 09:58:10 +02:00
Moritz Halbritter 86f736b677 Merge branch '3.4.x'
Closes gh-46002
2025-06-18 09:58:01 +02:00
Johnny Lim c6ba46c120 Polish gh-45721
See gh-46001

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-06-18 09:55:45 +02:00
Phillip Webb 486d0e9635 Merge branch 'main' into 4.0.x
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:24], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:24], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
2025-06-17 12:33:22 -07:00
Phillip Webb ad0f08f8a2 Polish 'Improve binding performance of 'local.management.port' property source'
See gh-45968
2025-06-17 12:32:13 -07:00
tanruian d5464a44f0 Improve binding performance of 'local.management.port' property source
Update `ManagementContextAutoConfiguration` to use an immutable
`EnumerablePropertySource` to provide better property binding
performance.

See gh-45968

Signed-off-by: tanruian <tanruiantra@qq.com>
2025-06-17 12:32:12 -07:00
Andy Wilkinson b48b1ddc83 Merge branch 'main' into 4.0.x 2025-06-17 19:19:38 +01:00
Andy Wilkinson 2e423a75a6 Merge branch '3.4.x'
Closes gh-45997
2025-06-17 19:19:22 +01:00