Brian Clozel
8c0051a02e
Drop Undertow support
...
Spring Framework 7.0 requires a Servlet 6.1 baseline for Servlet containers.
Partial Servlet 6.1 support is available on the `main` Undertow branch,
but there isn't any milestone version available for the undertow 2.4
generation. At this stage of our 4.0 schedule, we think it's safer to drop
Undertow support now.
Closes: gh-46917
2025-08-20 09:30:40 +02:00
Stéphane Nicoll
4a8dc3efd2
Upgrade to Jetty 12.1.0
...
Closes gh-46906
2025-08-19 14:29:50 +02:00
Phillip Webb
11c5a8c404
Upgrade to OpenSAML 5
...
Remove OpenSAML 4 build overrides and add Shibboleth Releases maven
repository so we can build against OpenSAML 5.
Closes gh-46851
2025-08-15 09:38:58 -07:00
Moritz Halbritter
c211b88594
Check for @NullMarked on packages
...
Projects which don't have JSpecify nullability annotations can opt out
by using
architectureCheck {
nullMarked = false
}
in their build.gradle script.
See gh-46587
2025-08-13 13:27:48 +02:00
Moritz Halbritter
968b878752
Add nullability annotations to smoke-test/spring-boot-smoke-test-xml
...
See gh-46587
2025-08-13 11:50:57 +02:00
Moritz Halbritter
961f8e5e92
Add nullability annotations to smoke-test/spring-boot-smoke-test-websocket-undertow
...
See gh-46587
2025-08-13 11:50:57 +02:00
Moritz Halbritter
9dc74d5b23
Add nullability annotations to smoke-test/spring-boot-smoke-test-websocket-tomcat
...
See gh-46587
2025-08-13 11:50:57 +02:00
Moritz Halbritter
5c44a56ff4
Add nullability annotations to smoke-test/spring-boot-smoke-test-websocket-jetty
...
See gh-46587
2025-08-13 11:50:57 +02:00
Moritz Halbritter
f6be051e78
Add nullability annotations to smoke-test/spring-boot-smoke-test-webservices
...
See gh-46587
2025-08-13 11:50:57 +02:00
Moritz Halbritter
342cd3603b
Add nullability annotations to smoke-test/spring-boot-smoke-test-webflux
...
See gh-46587
2025-08-13 11:50:57 +02:00
Moritz Halbritter
31d8faa520
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-thymeleaf
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
e94cee4860
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-static
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
1981a9541b
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-secure-jdbc
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
8c7861f563
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-secure-custom
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
2a90172e7d
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-secure
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
097b0e9900
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-mustache
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
3b5bc3d4a9
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-method-security
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
0b83a73812
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-jsp
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
118cf3ac77
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-groovy-templates
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
7810de86e1
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-freemarker
...
See gh-46587
2025-08-13 11:50:56 +02:00
Moritz Halbritter
6c080672af
Add nullability annotations to smoke-test/spring-boot-smoke-test-web-application-type
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
fb755e2f7d
Add nullability annotations to smoke-test/spring-boot-smoke-test-war
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
bdd1c053ad
Add nullability annotations to smoke-test/spring-boot-smoke-test-undertow-ssl
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
66138bdbf1
Add nullability annotations to smoke-test/spring-boot-smoke-test-undertow
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
0ccbd7b087
Add nullability annotations to smoke-test/spring-boot-smoke-test-traditional
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
76087da199
Add nullability annotations to smoke-test/spring-boot-smoke-test-tomcat-ssl
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
56fa127c12
Add nullability annotations to smoke-test/spring-boot-smoke-test-tomcat-multi-connectors
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
2e2531775a
Add nullability annotations to smoke-test/spring-boot-smoke-test-tomcat-jsp
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
3ac8517de7
Add nullability annotations to smoke-test/spring-boot-smoke-test-tomcat
...
See gh-46587
2025-08-13 11:50:55 +02:00
Moritz Halbritter
49c3a67cfb
Add nullability annotations to smoke-test/spring-boot-smoke-test-testng
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
2d4baa3305
Add nullability annotations to smoke-test/spring-boot-smoke-test-test-nomockito
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
8cc0aef867
Add nullability annotations to smoke-test/spring-boot-smoke-test-test
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
12463f9415
Add nullability annotations to smoke-test/spring-boot-smoke-test-structured-logging-log4j2
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
cf09d59153
Add nullability annotations to smoke-test/spring-boot-smoke-test-structured-logging
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
61c081586a
Add nullability annotations to smoke-test/spring-boot-smoke-test-simple
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
131dd1b702
Add nullability annotations to smoke-test/spring-boot-smoke-test-session-webflux-redis
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
a2455f7641
Add nullability annotations to smoke-test/spring-boot-smoke-test-session-webflux-mongo
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
63397d7568
Add nullability annotations to smoke-test/spring-boot-smoke-test-session-redis
...
See gh-46587
2025-08-13 11:50:54 +02:00
Moritz Halbritter
1f7dd86987
Add nullability annotations to smoke-test/spring-boot-smoke-test-session-mongo
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
22523279ee
Add nullability annotations to smoke-test/spring-boot-smoke-test-session-jdbc
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
b2e4d61711
Add nullability annotations to smoke-test/spring-boot-smoke-test-session-hazelcast
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
ab9d97eb74
Add nullability annotations to smoke-test/spring-boot-smoke-test-servlet
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
1e03dac3fb
Add nullability annotations to smoke-test/spring-boot-smoke-test-secure-webflux
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
15ecaaa32a
Add nullability annotations to smoke-test/spring-boot-smoke-test-secure-jersey
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
3d9771cc5d
Add nullability annotations to smoke-test/spring-boot-smoke-test-secure
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
f5cc1bbd7c
Add nullability annotations to smoke-test/spring-boot-smoke-test-saml2-service-provider
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
349c27ba80
Add nullability annotations to smoke-test/spring-boot-smoke-test-rsocket
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
2eb59854c3
Add nullability annotations to smoke-test/spring-boot-smoke-test-reactive-oauth2-resource-server
...
See gh-46587
2025-08-13 11:50:53 +02:00
Moritz Halbritter
2a63ccd06b
Add nullability annotations to smoke-test/spring-boot-smoke-test-reactive-oauth2-client
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
3a8cba176b
Add nullability annotations to smoke-test/spring-boot-smoke-test-quartz
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
a42d8aa579
Add nullability annotations to smoke-test/spring-boot-smoke-test-pulsar
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
8d97a6f004
Add nullability annotations to smoke-test/spring-boot-smoke-test-property-validation
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
d5a2eb6c85
Add nullability annotations to smoke-test/spring-boot-smoke-test-prometheus
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
6a33b3987c
Add nullability annotations to smoke-test/spring-boot-smoke-test-profile
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
7616ed52ee
Add nullability annotations to smoke-test/spring-boot-smoke-test-parent-context
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
45a039e314
Add nullability annotations to smoke-test/spring-boot-smoke-test-oauth2-resource-server
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
8e1a0cef52
Add nullability annotations to smoke-test/spring-boot-smoke-test-oauth2-client
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
6f33564132
Add nullability annotations to smoke-test/spring-boot-smoke-test-oauth2-authorization-server
...
See gh-46587
2025-08-13 11:50:52 +02:00
Moritz Halbritter
08d7aad1d2
Add nullability annotations to smoke-test/spring-boot-smoke-test-logback
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
d12a87f054
Add nullability annotations to smoke-test/spring-boot-smoke-test-liquibase
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
4c009bc396
Add nullability annotations to smoke-test/spring-boot-smoke-test-kafka
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
d7d620950b
Add nullability annotations to smoke-test/spring-boot-smoke-test-jetty-ssl
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
4306a81f8e
Add nullability annotations to smoke-test/spring-boot-smoke-test-jetty-jsp
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
789ca79699
Add nullability annotations to smoke-test/spring-boot-smoke-test-jetty
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
fb66ef6f22
Add nullability annotations to smoke-test/spring-boot-smoke-test-jersey
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
b03166cb10
Add nullability annotations to smoke-test/spring-boot-smoke-test-integration
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
730b440e06
Add nullability annotations to smoke-test/spring-boot-smoke-test-hibernate
...
See gh-46587
2025-08-13 11:50:51 +02:00
Moritz Halbritter
3c1b59350a
Add nullability annotations to smoke-test/spring-boot-smoke-test-hateoas
...
See gh-46587
2025-08-13 11:50:50 +02:00
Moritz Halbritter
a3e515ad9f
Add nullability annotations to smoke-test/spring-boot-smoke-test-graphql
...
See gh-46587
2025-08-13 11:32:15 +02:00
Moritz Halbritter
76c3be9ad6
Add nullability annotations to smoke-test/spring-boot-smoke-test-flyway
...
See gh-46587
2025-08-13 11:32:15 +02:00
Moritz Halbritter
e1f97d5e91
Add nullability annotations to smoke-test/spring-boot-smoke-test-devtools
...
See gh-46587
2025-08-13 11:32:15 +02:00
Moritz Halbritter
d7496924cb
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-rest
...
See gh-46587
2025-08-13 11:32:15 +02:00
Moritz Halbritter
f34770811e
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-redis
...
See gh-46587
2025-08-13 11:32:15 +02:00
Moritz Halbritter
856a1a335e
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-r2dbc-liquibase
...
See gh-46587
2025-08-13 11:32:15 +02:00
Moritz Halbritter
50e7237f97
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-r2dbc-flyway
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
e3133fd451
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-r2dbc
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
9360abee65
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-mongo
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
fab69e444b
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-ldap
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
1fc6d911b7
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-jpa
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
f8fa900976
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-jdbc
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
f958a60674
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-elasticsearch
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
59f3fd72a8
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-couchbase
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
78c28e703d
Add nullability annotations to smoke-test/spring-boot-smoke-test-data-cassandra
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
6ea1845dd4
Add nullability annotations to smoke-test/spring-boot-smoke-test-config
...
See gh-46587
2025-08-13 11:32:14 +02:00
Moritz Halbritter
07c0b739ff
Add nullability annotations to smoke-test/spring-boot-smoke-test-cache
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
d63955d4f1
Add nullability annotations to smoke-test/spring-boot-smoke-test-bootstrap-registry
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
cdb295927a
Add nullability annotations to smoke-test/spring-boot-smoke-test-batch
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
cee0da8c9c
Add nullability annotations to smoke-test/spring-boot-smoke-test-autoconfigure-classic
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
c8d008eb62
Add nullability annotations to smoke-test/spring-boot-smoke-test-artemis
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
d61ac5baff
Add nullability annotations to smoke-test/spring-boot-smoke-test-aop
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
d306b92826
Add nullability annotations to smoke-test/spring-boot-smoke-test-amqp
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
86d6b0d3c6
Add nullability annotations to smoke-test/spring-boot-smoke-test-actuator-ui
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
22a4596cb2
Add nullability annotations to smoke-test/spring-boot-smoke-test-actuator-noweb
...
See gh-46587
2025-08-13 11:32:13 +02:00
Moritz Halbritter
c8a0a38ab6
Add nullability annotations to smoke-test/spring-boot-smoke-test-actuator-log4j2
...
See gh-46587
2025-08-13 11:32:12 +02:00
Moritz Halbritter
8e17277efd
Add nullability annotations to smoke-test/spring-boot-smoke-test-actuator-extension
...
See gh-46587
2025-08-13 11:32:12 +02:00
Moritz Halbritter
e1f4102dfb
Add nullability annotations to smoke-test/spring-boot-smoke-test-actuator-custom-security
...
See gh-46587
2025-08-13 11:32:12 +02:00
Moritz Halbritter
f2d9741017
Add nullability annotations to smoke-test/spring-boot-smoke-test-actuator
...
See gh-46587
2025-08-13 11:32:12 +02:00
Moritz Halbritter
2a4edd98e4
Add nullability annotations to smoke-test/spring-boot-smoke-test-activemq-embedded
...
See gh-46587
2025-08-13 11:32:12 +02:00
Moritz Halbritter
7a7289ef49
Add nullability annotations to smoke-test/spring-boot-smoke-test-activemq
...
See gh-46587
2025-08-13 11:32:12 +02:00
Andy Wilkinson
7d1f974308
Merge branch '3.5.x'
...
Closes gh-46648
2025-08-01 09:59:38 +01:00
Phillip Webb
fe1dc32b76
Reduce depth of starter dependencies
...
Rework a few of the starter POMs to reduce the import depth.
Closes gh-46548
2025-07-25 17:46:23 +01:00
Andy Wilkinson
4ca785470e
Add HTTP client dependency to Docker-based smoke tests
...
See gh-46518
2025-07-24 14:17:46 +01:00
Andy Wilkinson
33ecfd7c96
Revert "Create spring-boot-autoconfigure-classic module"
...
This reverts commit 5db3cacde8 .
See gh-46233
2025-07-24 13:23:39 +01:00
Andy Wilkinson
96ff9e59ad
Remove non-transitive dependencies from spring-boot-starter-test
...
transitive = false maps to a wildcard exclusion in the published pom.
Unfortunately, this causes problems with Maven as any dependency
on one of the transitive = false modules then has all of its
dependencies excluded, even when it appears elsewhere in the
dependency graph without any exclusions.
Gradle is not affected as it requires an exclusion to be declared
on every route to a dependency for it to be effective. Maven is
affected as it requires the exclusion to be present on only one
route.
2025-07-24 13:20:24 +01:00
Phillip Webb
2517527302
Align starters names and provide deprecated versions
...
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 CodeQL Analysis / run-analysis (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
Ensure starters are aligned with modules and introduce deprecated
versions for an easier upgrade experience.
See gh-46245
2025-07-24 07:45:09 +01:00
Phillip Webb
4babe2e59d
Drop Tomcat 11 samples
...
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 CodeQL Analysis / run-analysis (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
They are no longer necessary since Tomcat 11 is now the managed
version.
2025-07-22 18:34:16 +01:00
Phillip Webb
0b0e0193bb
Polish smoke test dependencies
2025-07-22 18:33:58 +01:00
Phillip Webb
5e90415880
Rationalize starters following modularization
...
Update dependencies and starters following modularization. New
starters have been added for each user-facing module.
Closes gh-46245
2025-07-22 18:27:27 +01:00
Stéphane Nicoll
e1eead2bad
Upgrade to Liquibase 4.33.0
...
Closes gh-46500
2025-07-22 16:00:57 +02:00
Andy Wilkinson
4db83bd83e
Revert "Disable tests broken by removal of ObjectPostProcessor"
...
This reverts commit 4b2861fa14 .
2025-07-18 09:45:44 +01:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00