Skip to content

Releases: spring-projects/spring-ws

v4.0.0

21 Nov 22:42
v4.0.0
372169d
Compare
Choose a tag to compare

Changes in version 4.0.0 (2022-11-21)

  • #1297 - Upgrade to nexus-staging-maven-plugin 1.6.13.
  • #1296 - Upgrade to Spring Security 6.0.0.
  • #1295 - Use GitHub releases to track official releases.
  • #1292 - Upgrade to Spring Framework 6.0.0.
  • #1289 - Upgrade to Jakarta EE 10 specifications.
  • #1248 - Collapse identical catch branches.
  • #1161 - Update Syntax and spellings.

v3.1.4

21 Nov 16:21
v3.1.4
c0d1816
Compare
Choose a tag to compare
  • #1287 - Update copyright statements in source.
  • #1264 - Upgrade to Axiom 1.4.

v4.0.0-RC1

21 Nov 16:20
v4.0.0-RC1
62d5fbc
Compare
Choose a tag to compare
v4.0.0-RC1 Pre-release
Pre-release
  • #1284 - Upgrade to Spring Security 6.0.0-RC1.
  • #1283 - Upgrade to Spring Framework 6.0.0-RC1.

v4.0.0-M3

21 Nov 16:20
v4.0.0-M3
40f04fb
Compare
Choose a tag to compare
v4.0.0-M3 Pre-release
Pre-release
  • #1263 - Switch to spring-asciidoctor-backends.
  • #1262 - Upgrade to JUnit 5.9.1.
  • #1261 - Upgrade to SLF4J 2.0.0.
  • #1260 - Upgrade to Spring Security 6.0.0-M6.
  • #1259 - Upgrade to Spring Framework 6.0.0-M6.

v4.0.0-M2

21 Nov 16:21
v4.0.0-M2
59a9612
Compare
Choose a tag to compare
v4.0.0-M2 Pre-release
Pre-release
  • #1242 - Upgrade to Spring Framework 6.0.0-M3.
  • #1237 - Polish release process with extra checks.
  • #1236 - Test against Spring Security 6.0.0-SNAPSHOT.
  • #1235 - Test against Spring Framework 6.0.0-SNAPSHOT.

v3.1.3

21 Nov 16:21
v3.1.3
d36308a
Compare
Choose a tag to compare
  • #1241 - Upgrade to Spring Security 5.5.5.
  • #1240 - Upgrade to Spring Framework 5.3.17.
  • #1233 - Upgrade to Spring Security 5.5.4.
  • #1232 - Upgrade to Spring Framework 5.3.15.
  • #1226 - Upgrade to log4j 2.17.1.

v4.0.0-M1

21 Nov 16:22
v4.0.0-M1
e63f43c
Compare
Choose a tag to compare
v4.0.0-M1 Pre-release
Pre-release
  • #1231 - Upgrade to Spring Security 6.0.0-M1.
  • #1230 - Upgrade to Spring Framework 6.0.0-M2.
  • #1225 - Upgrade to log4j2 2.17.1.
  • #1219 - Servlet API dependency is provided in 3.1 but compile-scoped in 4.0 snapshots.
  • #1217 - In 4.0 snapshots, spring-ws-core has compile-scoped dependencies on jakarta.mail:jakarta.mail-api and com.sun.mail:jakarta.mail.
  • #1216 - In 4.0 snapshots, spring-ws-core has compile-scoped dependencies on jetty-server and jetty-servlet.
  • #1215 - Drop dependency on jakarta.platform:jakarta.jakartaee-api in favor of individual spec jars.
  • #1213 - Upgrade to Jakarta EE 9.

v3.0.12.RELEASE

21 Nov 16:23
v3.0.12.RELEASE
98ea971
Compare
Choose a tag to compare
  • #1224 - Version 3.0.11 breaks build.

v3.0.11.RELEASE

21 Nov 16:23
v3.0.11.RELEASE
7dc4d6d
Compare
Choose a tag to compare
  • #1223 - Upgrade to Log4j 2.15.0.
  • #1171 - Create 3.0 branch.
  • #1169 - Upgrade CI to test against JDK 15.
  • #1168 - Correct documentation regarding Java versions.
  • #1160 - Update code style.
  • #1159 - Upgrade to JUnit 5.
  • #159 - Editing pass.

v3.1.2

21 Nov 16:23
v3.1.2
7c7e86b
Compare
Choose a tag to compare
  • #1222 - Upgrade to Log4j 2.15.0.
  • #1220 - Upgrade to stax-ex 1.8.3.
  • #1218 - Introduce duplicate-finder-maven-plugin to avoid duplicate classes.
  • #1206 - In TransportOutputStream.java when close() is called it will attempt to open a conneciton if the outputSream is null.
  • #1200 - Introduce manual verification step to release process.