Skip to content

Commit

Permalink
Generate recipes for Spring RCs already, for easier integration
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 26, 2024
1 parent 7e7040d commit 2eebf1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
branch: migrations/${{ env.NOW }}
title: "[Auto] Spring Boot property migration recipes as of ${{ env.NOW }}"
body: |
[Auto] Old GroupId migrations as of ${{ env.NOW }}.
[Auto] Spring Boot property migration recipes as of ${{ env.NOW }}.
commit-message: "[Auto] Spring Boot property migration recipes as of ${{ env.NOW }}"
labels: enhancement
- name: Check outputs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

class GeneratePropertiesMigratorConfiguration {
public static void main(String[] args) throws IOException {
var springBootReleases = new SpringBootReleases(false); // `true` for release candidates
var springBootReleases = new SpringBootReleases(true); // `true` for release candidates

var objectMapper = new ObjectMapper()
.disable(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES);
Expand Down

0 comments on commit 2eebf1d

Please sign in to comment.