Commit Graph

1781 Commits

Author SHA1 Message Date
Mark Paluch
ceb86c2f89 Build against Spring Framework 6.1.3 snapshots.
See #2202
2024-01-04 09:21:40 +01:00
Mark Paluch
8c8dff5d95 Extend license header copyright years to 2024.
See #2200
2024-01-02 13:54:16 +01:00
Mark Paluch
34f6c6242a After release cleanups.
See #2175
2023-12-15 14:15:21 +01:00
Mark Paluch
f643c1ce3b Prepare next development iteration.
See #2175
2023-12-15 14:15:18 +01:00
Mark Paluch
1daeaecccd Release version 3.2.1 (2023.1.1).
See #2175
2023-12-15 14:11:52 +01:00
Mark Paluch
eeab26d6b1 Prepare 3.2.1 (2023.1.1).
See #2175
2023-12-15 14:11:22 +01:00
Mark Paluch
02af91fc27 Upgrade to Spring Framework 6.1.2.
Closes #2185
2023-12-14 14:59:32 +01:00
Mark Paluch
8d18632892 Upgrade to Java 17.0.9 and 21.0.1.
Closes #2195
2023-12-14 08:45:12 +01:00
Mark Paluch
5f4677aa80 Upgrade to Maven Wrapper 3.9.6.
See #2192
2023-12-14 08:34:04 +01:00
Mark Paluch
0725184e8f Upgrade to OpenWebBeans 4.0.1.
See #2189
2023-12-14 08:30:19 +01:00
Mark Paluch
f99fdaf899 Upgrade to AspectJ 1.9.21.
See #2186
2023-12-14 08:30:19 +01:00
Mark Paluch
b92c1f89bc Upgrade to Testcontainers 1.19.3.
See #2188
2023-12-14 08:30:18 +01:00
Mark Paluch
7d76def888 Upgrade to Kotlin 1.9.21.
See #2187
2023-12-14 08:30:18 +01:00
Mark Paluch
5985e94658 Upgrade to Micrometer 1.12.1.
Closes #2181
2023-12-14 08:26:39 +01:00
Mark Paluch
69aa1d6620 Upgrade to Reactor 2023.0.1.
Closes #2182
2023-12-14 08:26:19 +01:00
Mark Paluch
5feca04bd9 Build against Micrometer 1.12.1 snapshots.
See #2181
2023-12-11 09:59:39 +01:00
Mark Paluch
4a0753f9df Build against Reactor 2023.0.1 snapshots.
See #2182
2023-12-11 09:58:27 +01:00
Mark Paluch
2b074966ce Build against Spring Framework 6.1.2 snapshots.
See #2185
2023-12-11 09:02:18 +01:00
Mark Paluch
847e1aee19 Upgrade to logback-classic 1.4.13.
Closes #2179
2023-12-01 08:11:02 +01:00
Mark Paluch
cdd24c776c Introduce property for Jenkins user and Artifactory server details.
Closes #2177
2023-11-23 15:12:30 +01:00
Mark Paluch
a63437be8b Upgrade to Spring Framework 6.1.1.
Closes #2178
2023-11-23 11:03:07 +01:00
Mark Paluch
071bbb931d After release cleanups.
See #2155
2023-11-17 14:33:55 +01:00
Mark Paluch
e1c55fde79 Prepare next development iteration.
See #2155
2023-11-17 14:33:54 +01:00
Mark Paluch
2f0ab0f1d5 Release version 3.2 GA (2023.1.0).
See #2155
2023-11-17 14:29:58 +01:00
Mark Paluch
e93aab343e Prepare 3.2 GA (2023.1.0).
See #2155
2023-11-17 14:28:29 +01:00
Oliver Drotbohm
2baf3ed838 Upgrade to Spring HATEOAS 2.2.
Fixes GH-2173.
2023-11-16 16:09:12 +01:00
Oliver Drotbohm
a21e71a336 Upgrade to Spring Framework 6.1.
Fixes GH-2163.
2023-11-16 16:01:56 +01:00
Mark Paluch
91a5c87948 Upgrade to Testcontainers 1.19.2.
See #2169
2023-11-15 11:08:18 +01:00
Mark Paluch
69cc47bd97 Upgrade to Project Reactor 2023.0.0.
Closes #2166
2023-11-15 09:06:04 +01:00
Mark Paluch
cec50854a3 Upgrade to Micrometer 1.12.0.
Closes #2167
2023-11-15 09:05:51 +01:00
Mark Paluch
313e4e19b7 Build against Micrometer 1.12 snapshots.
See #2167
2023-11-06 09:49:57 +01:00
Mark Paluch
4aa5ce6e15 Build against Project Reactor 2023.0.0 snapshots.
See #2166
2023-11-06 09:48:26 +01:00
Mark Paluch
27a2fa0e06 Build against Spring Framework 6.1 snapshots.
See #2163
2023-11-06 09:45:27 +01:00
Mark Paluch
5a1feb3440 Upgrade to JUnit 5.10.1.
See #2160
2023-11-06 09:34:10 +01:00
Mark Paluch
e287e958ef Upgrade to Kotlin 1.9.20.
Closes #2159
2023-11-02 10:58:43 +01:00
Eric Haag
a3bd7a69e7 Connect build to ge.spring.io.
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.

This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle Enterprise such as:

- Dashboards to view all historical build scans, along with performance trends over time
- Build failure analytics for enhanced investigation and diagnosis of build failures
- Test failure analytics to better understand trends and causes around slow, failing, and flaky tests

See #2158
2023-10-19 17:01:00 -05:00
Greg L. Turnquist
c6af12e323 Migrate from Gradle Enterprise to Develocity.
Gradle Enterprise has been rebranded as Develocity.

See #2157
2023-10-19 09:34:08 -05:00
Greg L. Turnquist
90f892b1b1 Adopt credentials to support ge.spring.io.
See #2157
2023-10-16 13:22:59 -05:00
Greg L. Turnquist
b072883169 Upgrade to Java 21.
Switch over to Eclipse Temurin.

See #2088
2023-10-16 13:21:22 -05:00
John Blum
acac3b1fee After release cleanups.
See #2118
2023-10-13 08:52:00 -07:00
John Blum
5ed597a984 Prepare next development iteration.
See #2118
2023-10-13 08:51:58 -07:00
John Blum
f43def65e4 Release version 3.2 RC1 (2023.1.0).
See #2118
2023-10-13 08:44:25 -07:00
John Blum
ce412f9d17 Prepare 3.2 RC1 (2023.1.0).
See #2118
2023-10-13 08:43:55 -07:00
John Blum
0c0e480c0f Upgrade to Jackson 2.15.3.
See #2151
2023-10-12 18:14:00 -07:00
Oliver Drotbohm
8c5baca074 Upgrade to Spring HATEOAS 2.2 RC1.
Fixes #2145.
2023-10-12 23:15:42 +02:00
Christoph Strobl
21ffb602ba Upgrade to Spring Framework 6.1.0-RC1.
Closes: #2142
2023-10-12 15:19:07 +02:00
Christoph Strobl
ae02c22af4 Upgrade to Micrometer 1.12.0-RC1.
Closes: #2144
2023-10-12 10:53:17 +02:00
Christoph Strobl
f599bbf7ca Upgrade to Reactor 2023.0.0-RC1.
Closes: #2143
2023-10-12 10:52:09 +02:00
Christoph Strobl
fe8c9a278e Build against Micrometer 1.12 snapshots.
See: #2144
2023-10-09 10:31:02 +02:00
Christoph Strobl
19608bba95 Build against Reactor 2023.0.0 snapshots.
See: #2143
2023-10-09 10:30:06 +02:00