- 18 Feb, 2021 2 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
-
- 17 Feb, 2021 9 commits
-
-
Andy Wilkinson authored
Closes gh-25283
-
Andy Wilkinson authored
Closes gh-25284
-
Andy Wilkinson authored
This commit reworks the CI pipeline to remove the use of Bintray for publishing to Maven Central. In its place it adds a new publishToCentral command to the release scripts. This command can be used to publish a directory tree of artifacts to the Maven Central gateway hosted by Sonatype. Publishing consists of 4 steps: 1. Create the staging repository 2. Deploy artifacts to the repository 3. Close the repository 4. Release the repository The command requires 3 arguments: 1. The type of release being performed 2. Location of a build info JSON file that describes the release that is to be deployed 3. Root of a directory structure, in Maven repository layout, that contains the artifacts to be deployed Closes gh-25107
-
Andy Wilkinson authored
Closes gh-25282
-
Andy Wilkinson authored
Closes gh-25337
-
Andy Wilkinson authored
Closes gh-25336
-
Andy Wilkinson authored
Closes gh-25335
-
Andy Wilkinson authored
Closes gh-25334
-
Andy Wilkinson authored
Closes gh-25285
-
- 16 Feb, 2021 12 commits
-
-
Stephane Nicoll authored
Closes gh-25281
-
Stephane Nicoll authored
* pr/25265: Update copyright of changed files Fix incorrect detection of Amazon Redshift Closes gh-25265
-
Stephane Nicoll authored
See gh-25265
-
melburne authored
See gh-25265
-
Andy Wilkinson authored
* gh-25279: Polish "Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used" Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used Closes gh-25279
-
Andy Wilkinson authored
See gh-25279
-
Eddú Meléndez authored
See gh-25279
-
Andy Wilkinson authored
* gh-25299: Polish "Encourage use of maven-publish plugin in Gradle docs" Encourage use of maven-publish plugin in Gradle docs Closes gh-25299
-
Andy Wilkinson authored
See gh-25299
-
Robert Smith authored
See gh-25299
-
Andy Wilkinson authored
Fixes gh-25277
-
Stephane Nicoll authored
Closes gh-25280
-
- 15 Feb, 2021 10 commits
-
-
Stephane Nicoll authored
* pr/25272: Polish "Document Kafka Streams metrics support" Document Kafka Streams metrics support Closes gh-25272
-
Stephane Nicoll authored
See gh-25272
-
izeye authored
See gh-25272
-
Stephane Nicoll authored
See gh-25282
-
Stephane Nicoll authored
See gh-25285
-
Stephane Nicoll authored
See gh-25284
-
Stephane Nicoll authored
See gh-25283
-
Stephane Nicoll authored
See gh-25282
-
Stephane Nicoll authored
See gh-25281
-
Stephane Nicoll authored
See gh-25280
-
- 14 Feb, 2021 1 commit
-
-
Stephane Nicoll authored
See gh-25266
-
- 12 Feb, 2021 6 commits
-
-
Andy Wilkinson authored
Previously, UpgradeApplicator would open build.gradle using open options that left the fields existing content intact. It would then write the new content at the beginning of the file. If the new content was n bytes shorter than the existing content, this would leave n bytes of the existing content at the end of the file. This commit updates UpgradeApplicator to truncate the existing file when it opens it. This ensures that the existing content is completely replaced by the new content, irrespective of their lengths. Closes gh-25256
-
Andy Wilkinson authored
Closes gh-25225
-
Andy Wilkinson authored
Closes gh-25204
-
Andy Wilkinson authored
Closes gh-25203
-
Andy Wilkinson authored
Closes gh-25202
-
Andy Wilkinson authored
Closes gh-25201
-