Artem Bilan
c8977dda2d
Next development version (v2.0.13-SNAPSHOT)
2025-05-16 11:06:14 -04:00
Artem Bilan
f4cd357e4a
Upgrade test and dev dependencies; prepare for release
2025-05-16 10:47:17 -04:00
Artem Bilan
9131e6a02a
GH-480: Bring back POM revision property ( #481 )
...
Fixes: https://github.com/spring-projects/spring-retry/issues/480
* Add `flatten-maven-plugin` to resolve properties
and remove unnecessary build info from the final POM of the artifact to install/deploy
* Revert `version` extraction from POM via `sed` command in the build action
* Remove `flatten.clean` from the Maven Flatter Plugin, since `.flattened-pom.xml` generated file is landed in the `/target` dir
* Add `pomElements/profiles` for removal in the result `.flattened-pom.xml`
2025-01-01 18:35:39 -05:00
Artem Bilan
cef30d36ba
Next development version (v2.0.12-SNAPSHOT)
2024-12-13 12:23:06 -05:00
Artem Bilan
c114574764
Upgrade dependencies, maven plugins; prepare for release
...
* Add `spotbugs-annotations` to avoid compiler warnings for missed classes
2024-12-13 11:38:39 -05:00
Artem Bilan
87f02c2f45
GH-474: Get rid of revision property in POM
...
Fixes: https://github.com/spring-projects/spring-retry/issues/474
2024-12-13 10:54:44 -05:00
Artem Bilan
23f6a71302
GH-479: Fix pom.xml for proper org & project urls
...
Fixes: https://github.com/spring-projects/spring-retry/issues/479
2024-12-11 09:34:06 -05:00
Artem Bilan
78bd8d22ea
GH-476: Assemble Zip for Javadocs
...
Fixes: https://github.com/spring-projects/spring-retry/issues/476
* Add `maven-assembly-plugin` to Zip Javadocs from the `apidocs` dir into a `*-docs.zip` artifact
* Modify `build-and-deploy-snapshot.yml` and `release.yml` to assign `zip.deployed=false` attribute to Zip artifacts
* Also mark `docs.zip` files as `zip.type=docs`
2024-11-20 11:25:36 -05:00
Artem Bilan
ed9861d18a
Next development version (v2.0.11-SNAPSHOT)
2024-10-18 13:04:16 -04:00
Artem Bilan
b74b0db4f6
Upgrade dependencies, Maven plugins; prepare for release
2024-10-18 12:48:30 -04:00
Artem Bilan
50e7d82dc6
Add Develocity support to the project
2024-10-16 15:40:09 -04:00
Artem Bilan
b98b2a55a0
Next development version (v2.0.10-SNAPSHOT)
2024-09-13 16:17:42 -04:00
Artem Bilan
d0585fd6f7
Update test dependencies; prepare for release
2024-09-13 15:03:33 -04:00
Spring Builds
db47bc66fd
Next development version (v2.0.9-SNAPSHOT)
2024-08-16 13:22:40 -04:00
Artem Bilan
81a2cdd434
Downgrade to Micrometer 1.10.13
...
This is for compatibility with the Spring Framework `6.0.x` version we rely on so far
2024-08-16 12:09:02 -04:00
Stéphane Nicoll
8b8c3887ce
Upgrade to Spring Framework 6.0.23
...
Closes gh-462
2024-08-16 15:25:14 +02:00
Artem Bilan
9d8df3b4d0
GH-458: Introduce MetricsRetryListener
...
Fixes : #458
* Fix code formatting violations
* * Make `retryContextToSample` as an `IdentityHashMap` and use `RetryContext` as a key
* Change `setCustomTags()` to the `@Nullable Iterable<Tag>` argument
* Use `exception = none` tag for successful executions to avoid time-series conflicts
2024-08-13 12:34:43 -04:00
Stéphane Nicoll
d09e100869
Next development version (v2.0.8-SNAPSHOT)
2024-07-13 11:14:43 +02:00
Stéphane Nicoll
ef14f9342d
Upgrade to Maven Surefire Plugin 3.3.0
...
Closes gh-453
2024-07-13 10:26:11 +02:00
Stéphane Nicoll
1efd8c4017
Upgrade to Maven Javadoc Plugin 3.7.0
...
Closes gh-452
2024-07-13 10:25:23 +02:00
Stéphane Nicoll
ae71211dbc
Upgrade to AssertJ 3.26.2
...
Closes gh-451
2024-07-13 10:24:10 +02:00
Stéphane Nicoll
7f84572438
Upgrade to JUnit 5.10.3
...
Closes gh-450
2024-07-13 10:22:36 +02:00
Stéphane Nicoll
11cad72e44
Upgrade to Spring Framework 6.0.22
...
Closes gh-449
2024-07-13 10:21:23 +02:00
Marcin Grzejszczak
0bcc787ad5
Remove repo.spring.io/release reference ( #445 )
2024-06-27 10:53:19 -04:00
Spring Builds
8339dfa472
Next development version (v2.0.7-SNAPSHOT)
2024-05-16 13:32:11 +00:00
Stéphane Nicoll
f2ec7212c5
Upgrade to Spring Framework 6.0.20
...
Closes gh-435
2024-05-16 15:22:40 +02:00
Stéphane Nicoll
22228f8c8e
Polish
2024-05-15 18:41:48 +02:00
Stéphane Nicoll
f069b3966e
Upgrade to Maven Surefire Plugin 3.2.5
...
Closes gh-439
2024-05-15 18:41:09 +02:00
Stéphane Nicoll
3bd7e17232
Upgrade to Maven Sources Plugin 3.3.1
...
Closes gh-438
2024-05-15 18:40:17 +02:00
Stéphane Nicoll
edd221cd7e
Upgrade to Maven Compiler Plugin 3.13.0
...
Closes gh-437
2024-05-15 18:39:16 +02:00
Stéphane Nicoll
09f8c0a2ff
Upgrade to spring javaformat 0.0.41
...
Closes gh-436
2024-05-15 18:38:15 +02:00
Stéphane Nicoll
7d9b887b3a
Start building against Spring Framework 6.0.20 snapshots
...
See gh-435
2024-05-15 18:32:58 +02:00
Stéphane Nicoll
a5788841a9
Upgrade to Mockito 5.11.0
...
Closes gh-434
2024-05-15 18:31:32 +02:00
Stéphane Nicoll
c87be51012
Upgrade to Log4J 2.23.1
...
Closes gh-433
2024-05-15 18:30:45 +02:00
Stéphane Nicoll
3b559e8afe
Upgrade to JUnit 5.10.2
...
Closes gh-432
2024-05-15 18:29:40 +02:00
Stéphane Nicoll
cd54196989
Upgrade to AssertJ 3.25.3
...
Closes gh-431
2024-05-15 18:28:42 +02:00
Stéphane Nicoll
3648a4eada
Upgrade to AspectJ 1.9.22
...
Closes gh-430
2024-05-15 18:27:32 +02:00
Spring Builds
6656151fa7
Next development version (v2.0.6-SNAPSHOT)
2023-12-15 06:31:20 +00:00
Stéphane Nicoll
b7b88b07df
Upgrade to Maven Surefire Plugin 3.2.2
...
Closes gh-414
2023-12-14 11:10:24 +01:00
Stéphane Nicoll
10cfe08671
Upgrade to Maven Javadoc Plugin 3.6.3
...
Closes gh-413
2023-12-14 11:09:22 +01:00
Stéphane Nicoll
b35b87f903
Upgrade to Spring Javaformat 0.0.40
...
Closes gh-412
2023-12-14 11:08:07 +01:00
Stéphane Nicoll
7742af88a2
Use Log4j BOM
2023-12-14 11:06:53 +01:00
Stéphane Nicoll
c57f2da989
Upgrade to Mockito 5.7.0
...
Closes gh-411
2023-12-14 11:05:13 +01:00
Stéphane Nicoll
2e3a13baaa
Upgrade to Log4J 2.21.1
...
Closes gh-410
2023-12-14 11:04:09 +01:00
Stéphane Nicoll
773f5eab6f
Upgrade to JUnit 5.10.1
...
Closes gh-409
2023-12-14 11:03:02 +01:00
Stéphane Nicoll
110a39e44d
Upgrade to Spring Framework 6.0.15
...
Closes gh-408
2023-12-14 11:00:39 +01:00
Mariusz
fb07f619e0
GH-406: Upgrade to AspectJ 1.9.20.1
...
Fixes : #406
2023-12-12 15:11:42 -05:00
Spring Builds
6af7bc0eeb
Next development version (v2.0.5-SNAPSHOT)
2023-10-16 11:55:55 +00:00
Stéphane Nicoll
e5f2a4aaae
Harmonize pom elements order
2023-10-16 13:43:52 +02:00
Stéphane Nicoll
96d7e06d88
Format
2023-10-16 13:41:43 +02:00