Commit Graph
114 Commits
Author SHA1 Message Date
Andy Wilkinson 50e5421467 Roll back to Log4j 2.24
This reverts:

 - 7a5e77fe67
 - 1590e4d2b3
 - 8cf0d17fbc

See gh-46334, gh-46372
2025-08-21 18:23:35 +01:00
Stéphane Nicoll 8cf0d17fbc Upgrade to Log4j2 2.25.1
Closes gh-46334
2025-08-21 16:54:01 +02:00
Phillip Webb ac2e6972d7 Provide configuration property to disable console logging
Add `logging.console.enabled` which when set will cause the
`logging.threshold.console` property to be set to `OFF`.

Closes gh-46592
2025-08-20 19:17:30 -07:00
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