Commit Graph

236 Commits

Author SHA1 Message Date
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
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
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
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
Mark Paluch
9bc7f70b5a Introduce verify command to verify configuration settings.
Closes #182.
2021-03-31 10:47:18 +02:00
Mark Paluch
a214956e68 Remove skipStagingRepositoryClose=true for Sonatype deployments.
Repository closing is blazing fast now.

See #181
2021-03-31 09:59:40 +02:00
Mark Paluch
a2104ad972 Align with dependency structure changes for Cassandra.
See #181
2021-03-31 09:59:40 +02:00
Mark Paluch
ea703dc4d5 Consider all pre-releases for minor/major dependency upgrades.
Closes #181
2021-03-31 09:59:39 +02:00
Mark Paluch
e2d7b527ab Replace deployment.gpg properties with gpg.
Properties cleanup to not have duplicate properties.

Closes #180
2021-03-31 09:59:39 +02:00
Mark Paluch
a69fd8cb1f Polishing.
Simplify filter predicate.

See #176.
2021-03-17 10:44:50 +01:00
Mark Paluch
272545aac8 Add tracker all-tickets command.
Closes #176.
2021-03-16 15:40:59 +01:00
Mark Paluch
686ae0b0bc Add M5 to 2021.0 release train.
Closes #175.
2021-03-11 09:59:34 +01:00
Mark Paluch
9101d7b306 Use for-loop in GitHub.findTickets(…) instead offloading ticket lookup to the executor service.
We now ensure that we do not block the executor service to avoid deadlocks caused by a blocked event loop.

Resolves #174.
2021-02-18 10:55:15 +01:00
Christoph Strobl
d6a19a3de8 Add 4th Milestone to 2021.0 release train.
Closes #173
2021-02-18 09:29:33 +01:00
Mark Paluch
5fa6c5f574 Fix tests.
See #167.
2021-02-17 14:40:19 +01:00
Mark Paluch
b5a1e8d1c4 Link to GitHub release for announcement.
Closes #172.
2021-02-17 14:34:26 +01:00
Mark Paluch
b55a68e6c6 Use configured IssueTracker for changelog ticket lookup.
Also, use plain ticket Id's for lookup and reorder methods.

See #168.
2021-02-17 14:20:47 +01:00
Mark Paluch
5330dcd89a Fix GemFire JIRA Project Id.
See #171.
2021-02-17 11:06:37 +01:00
Mark Paluch
82ea86ce7e Add 3rd milestone to 2021.0 release train.
See #171.
2021-02-16 15:13:07 +01:00
Mark Paluch
0217dab41c Use current version if the queried repository does not contain the current version.
Closes #171.
2021-02-16 15:12:01 +01:00
Mark Paluch
4a2c269a9a Polishing.
Closes #167
2021-01-13 16:06:40 +01:00
Mark Paluch
1d74c136e5 Fix version number comparison.
Consider modifier.

See #159
2021-01-13 15:56:59 +01:00
Mark Paluch
a8e3b291db Polishing.
Improve method naming.

Closes #168.
2021-01-13 15:18:42 +01:00
Mark Paluch
add132d009 Adapt commit search to new commit message format.
Closes #168.
2021-01-13 15:18:41 +01:00
Mark Paluch
79f172cdac Attach documentation for Spring Data Commons for Spring Data project.
Closes #167
2021-01-13 10:22:58 +01:00
Mark Paluch
a8e0662901 Polishing.
Report commit summary in log instead of full commit message.

See #166.
2021-01-13 10:10:17 +01:00
Mark Paluch
dc86ed2e07 Add tracker open-tickets command to report open tickets for a release.
See #166.
2021-01-13 09:15:04 +01:00
Mark Paluch
7cf21144cd Update git changelog command to use issue tracker.
See #166
2021-01-12 14:49:58 +01:00
Mark Paluch
ebadf0a5ea Update issue tracker settings for projects after Jira to GitHub migration.
Closes #166
2021-01-12 14:05:25 +01:00