Mark Paluch
2c8edae9f4
Adopt release trains to branch renaming.
...
Closes #209
2022-04-04 10:49:01 +02:00
Mark Paluch
15661e087e
Polishing.
...
Use correct documentation URL.
See #207
2022-03-22 14:33:18 +01:00
Mark Paluch
a3a390fad0
Polishing.
...
Use Spring Data Relational as repository name when interacting with GitHub for the JDBC project.
See #206
2022-03-22 11:21:41 +01:00
Mark Paluch
7aa2e6683c
Polishing.
...
Remove unused code. Prevent merge-commits during pull.
See #206
2022-03-22 09:30:33 +01:00
Mark Paluch
73821e7eab
Include Commit Signing in verify command.
...
Closes #206
2022-03-22 09:29:48 +01:00
Mark Paluch
4a7495249a
Upgrade to Java 1.8.0_322.
...
See #208
2022-03-22 09:00:24 +01:00
Mark Paluch
b76de059bb
Fix JavaRuntime detection guards.
...
Closes #208
2022-03-22 09:00:24 +01:00
Mark Paluch
08742d5025
Create Sagan versions for R2DBC from Spring Data Relational.
...
Closes #207
2022-03-22 09:00:24 +01:00
Mark Paluch
692c7f69e2
Fix unit tests.
...
See #200
2022-03-21 11:46:18 +01:00
Mark Paluch
edbf73f8dd
Add support to update license headers.
...
Closes #204
2022-03-10 11:30:24 +01:00
Mark Paluch
b309c02000
Rename dependency package to infra.
2022-02-18 13:24:55 +01:00
Mark Paluch
6db203eace
Polishing.
...
Reformat code. Add backticks to version numbers.
See #203
2022-02-18 13:23:15 +01:00
Mark Paluch
43e5c96e72
Add ship-it command.
...
Closes #203
2022-02-18 13:22:59 +01:00
Mark Paluch
85d4bc9326
Update project dependency setup by adding Micrometer to Spring Data Build.
...
Closes #201
2022-02-07 13:54:29 +01:00
Mark Paluch
2894114166
Use Java version and vendor from pipeline properties.
...
Ensure that we use always the specified Java version.
See #193
2022-02-07 10:53:08 +01:00
Mark Paluch
33f896641b
Polishing.
...
Move code around
See #193
2022-02-07 09:54:36 +01:00
Mark Paluch
b52381593f
Add support to upgrade Java versions across projects.
...
Closes #193
2022-02-07 09:52:07 +01:00
Mark Paluch
6c988d1b0e
Add Kotlin label to Spring Data JDBC project.
...
See #198
2022-02-07 08:50:10 +01:00
Mark Paluch
79639c3791
Consider JVM build version in Java runtime detection.
...
We now consider the JVM build number. Also, the SDKman discovery prepends 1. to Java versions that are 1.8 based for a consistent versioning scheme.
See #200
2022-01-18 09:42:41 +01:00
Mark Paluch
369efb7c3e
Polishing.
...
Use JPA version number for Envers to properly upgrade the BOM for Spring Data 3. It doesn't hurt to do the same for 2.x as version numbers of JPA and Envers are the same after the 2.0 version bump.
Closes #200
2022-01-18 08:57:07 +01:00
Mark Paluch
0df875c11b
Pin Java version to 1.8.0_312 for Spring Data 2.x.
...
Closes #200
2022-01-18 08:56:10 +01:00
Mark Paluch
2f28d04eb1
Polishing.
...
Fix Java selection for generic build operations. Include envers as child artifact of JPA.
See #194
2022-01-14 14:53:01 +01:00
Mark Paluch
db45b4247c
Polishing.
...
Refine commit message keywords, fall back to main as the changelog lower bound.
See #194
2022-01-13 15:51:15 +01:00
dependabot[bot]
0487029e7a
Upgrade guava from 28.1-jre to 29.0-jre in /release-tools.
...
Bumps [guava](https://github.com/google/guava ) from 28.1-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #183
2022-01-11 09:04:53 +01:00
Mark Paluch
c4f3b5e812
Extend license header date range to 2022.
...
Closes #199
2022-01-11 09:01:59 +01:00
Mark Paluch
bfc4f6701c
Add support to release Spring Data 3.0 using Java 17.
...
Closes #194
2022-01-11 09:01:59 +01:00
Mark Paluch
e0f6caa043
Add support to detect installed Java versions using Mac native and SDKman.
...
Closes #196
2022-01-11 09:01:55 +01:00
Mark Paluch
1958127e45
Update release trains.
...
Closes #198
2022-01-10 09:13:37 +01:00
Mark Paluch
bb18f8bd05
Update release trains.
...
Closes #198
2021-12-13 08:43:19 +01:00
Mark Paluch
d9e212c5f7
Polishing.
...
Fix typo.
See #197
2021-11-24 14:03:27 +01:00
Mark Paluch
3034be3845
Use current alias for current Javadoc/Reference doc links.
...
Closes #197
2021-11-24 14:03:27 +01:00
Mark Paluch
4af3751fb9
Update readme.md
2021-11-12 11:25:44 +01:00
Mark Paluch
c4cf70bbf4
Update readme.md
2021-11-12 11:24:05 +01:00
Jens Schauder
0a49110521
Update readme.md
2021-11-12 11:20:51 +01:00
Mark Paluch
5b80d492f5
Polishing.
...
Avoid fallback to latest available version if current version is not reported in dependency list.
See #195
2021-10-06 10:41:25 +02:00
Mark Paluch
bae4daa024
Include Smallrye Mutiny in dependency upgrade process.
...
Closes #195
2021-10-06 10:13:49 +02:00
Mark Paluch
4345162361
Polishing.
...
Extract method for easier reuse.
See #194
2021-10-04 11:53:13 +02:00
Mark Paluch
bee639dceb
Add R and T release trains.
...
See #194 .
2021-10-04 11:53:00 +02:00
Mark Paluch
0f75a88f07
Polishing.
...
Use supported GH icon for bug fixes section as 🪲 supported is broken on some systems.
See #192
2021-09-17 08:11:25 +02:00
Mark Paluch
eb6fa44f89
Add support to upgrade Maven wrapper across projects.
...
Closes #192
2021-09-17 08:10:42 +02:00
Mark Paluch
09a372e07a
Include JMolecules in dependency upgrade check.
...
Closes #189
2021-09-10 13:48:31 +02:00
Mark Paluch
41a19b50b4
Fix dependency version parser for version strings using dot as separator between version and modifier.
...
Closes #188
2021-09-10 13:48:08 +02:00
Mark Paluch
85304c5114
Remove changelog backporting and changelog.txt population.
...
Closes #187
2021-07-26 08:22:30 +02:00
Jens Schauder
ed868c8364
Reformat release instructions.
2021-07-19 12:09:28 +02:00
Jens Schauder
90f85953a1
Update readme.md
2021-07-12 09:36:12 +02:00
Mark Paluch
27a89a75f0
Polishing
2021-05-14 12:20:01 +02:00
Mark Paluch
57082ee57d
Adapt to Git branch changes.
...
Closes #185
2021-05-05 10:52:47 +02:00
Mark Paluch
637c3ab2cd
Add 2021.1 release train.
...
Closes #184 .
2021-05-05 10:46:34 +02:00
Mark Paluch
2f8199e5cd
Exclude team from contributor listing in GitHub releases.
...
Closes #177
2021-03-31 11:00:45 +02:00
Mark Paluch
7be6c7359f
Polishing.
...
Update license headers to use https.
2021-03-31 10:48:10 +02:00