-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency org.openrewrite.recipe:rewrite-migrate-java to v2.31.1 - abandoned #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): update dependency org.openrewrite.recipe:rewrite-migrate-java to v2.31.1 - abandoned #315
Conversation
codeowners with workflow devs ### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
This pull request includes several changes to the deployment process for the JavaScript SDK in the `.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml` file. The primary focus is on updating the versioning and tagging system from "alpha" to "beta". Changes to versioning and tagging: * Updated the example projects to point to the 'next' tag instead of 'latest' to prevent version inconsistency. * Changed the default `npm-package-tag` from 'alpha' to 'beta'. * Modified the script to fetch the current version using the 'beta' tag instead of 'alpha', and set the initial version to "0.0.1-beta.0" if no current version is found. * Adjusted the version calculation logic to increment the beta version number instead of the alpha number. * Changed the npm dist-tag addition command to use the 'next' tag instead of 'latest'.
Just a file to trigger the workflow
This pull request includes a small but important change to the deployment script for the JavaScript SDK. The modification ensures that the `CURRENT_VERSION` is correctly set even if the retrieved version is `null`. * [`.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml`](diffhunk://#diff-b47e2bc3507c79547b7f53206919f60585f49479fa09c01ee9ab15eb6bb4c068L74-R74): Updated the condition to check if `CURRENT_VERSION` is `null` and set it to `0.0.1-beta.0` if true.
Just trigger the workflow
### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR contains the following updates:
2.7.1
->2.31.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
openrewrite/rewrite-migrate-java (org.openrewrite.recipe:rewrite-migrate-java)
v2.31.1
Compare Source
v2.31.0
: 2.31.0Compare Source
What's Changed
IllegalArgumentExceptionToAlreadyConnectedException
by @BhavanaPidapa in https://github.com/openrewrite/rewrite-migrate-java/pull/615New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.30.0...v2.31.0
v2.30.1
: 2.30.1Compare Source
What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-migrate-java
v2.30.0
: 2.30.0Compare Source
What's Changed
var
migration of variables initialized by static methods by @MBoegers in https://github.com/openrewrite/rewrite-migrate-java/pull/609lombok-mapstruct-binding
during Java 17 migration when both lombok and mapstruct are used by @Laurens-W in https://github.com/openrewrite/rewrite-migrate-java/pull/610lombok-mapstruct-binding
for maven by @Laurens-W in https://github.com/openrewrite/rewrite-migrate-java/pull/611ArrayStoreException
withTypeNotPresentException
in try/catch usingClass.getAnnotation()
by @BhavanaPidapa in https://github.com/openrewrite/rewrite-migrate-java/pull/613Full Changelog: openrewrite/rewrite-migrate-java@v2.29.1...v2.30.0
v2.29.1
: 2.29.1Compare Source
What's Changed
javax.jms
is migrated tojakarta.jms
in spring.xml by @Laurens-W in https://github.com/openrewrite/rewrite-migrate-java/pull/603Full Changelog: openrewrite/rewrite-migrate-java@v2.29.0...v2.29.1
v2.29.0
: 2.29.0Compare Source
What's Changed
fireEvent
annotations by @timtebeek in https://github.com/openrewrite/rewrite-migrate-java/pull/599New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.28.0...v2.29.0
v2.28.0
: 2.28.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.27.1...v2.28.0
v2.27.1
Compare Source
What's Changed
Preconditions.checkNotNull
recipes should retain unrelatedString.valueOf(String)
by @amishra-u in https://github.com/openrewrite/rewrite-migrate-java/pull/575jakarta.annotation-api
to 2.1.x version by @Laurens-W in https://github.com/openrewrite/rewrite-migrate-java/pull/579Full Changelog: openrewrite/rewrite-migrate-java@v2.27.0...v2.27.1
v2.27.0
: 2.27.0Compare Source
What's Changed
UseEnumSetOf
should rewriteEnumSet.noneOf
from emptySet.of()
by @BramliAK in https://github.com/openrewrite/rewrite-migrate-java/pull/570Full Changelog: openrewrite/rewrite-migrate-java@v2.26.1...v2.27.0
v2.26.1
: 2.26.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.26.0...v2.26.1
v2.26.0
: 2.26.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.25.1...v2.26.0
v2.25.1
: 2.25.1Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.25.0...v2.25.1
v2.25.0
: 2.25.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.24.0...v2.25.0
v2.24.0
: 2.24.0Compare Source
What's Changed
Math.random
toThreadLocalRandom
by @sullis in https://github.com/openrewrite/rewrite-migrate-java/pull/543com.sun.awt.AWTUtilities
methods with Java 11 equivalents by @ranuradh in https://github.com/openrewrite/rewrite-migrate-java/pull/544Full Changelog: openrewrite/rewrite-migrate-java@v2.23.0...v2.24.0
v2.23.0
: 2.23.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.22.1...v2.23.0
v2.22.1
: 2.22.1Compare Source
What's Changed
seen
in FindJavaVersion by @timtebeek in https://github.com/openrewrite/rewrite-migrate-java/pull/533Full Changelog: openrewrite/rewrite-migrate-java@v2.22.0...v2.22.1
v2.22.0
: 2.22.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.21.0...v2.22.0
v2.21.0
: 2.21.0Compare Source
What's Changed
Paths.get
withPath.of
by @timtebeek in https://github.com/openrewrite/rewrite-migrate-java/pull/519New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.20.0...v2.21.0
v2.20.0
: 2.20.0Compare Source
What's Changed
Reference.clone()
with new constructor in Java 11 migration by @ranuradh in https://github.com/openrewrite/rewrite-migrate-java/pull/510New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.19.0...v2.20.0
v2.19.0
: 2.19.0Compare Source
What's Changed
jaxb-runtime
added only if not present already by @BoykoAlex in https://github.com/openrewrite/rewrite-migrate-java/pull/499RemovedJavaXMLWSModuleProvided
&RemovedJaxBModuleProvided
by @ranuradh in https://github.com/openrewrite/rewrite-migrate-java/pull/497Thread.destroy()
andThread.stop(Throwable)
by @BhavanaPidapa in https://github.com/openrewrite/rewrite-migrate-java/pull/503New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.18.0...v2.19.0
v2.18.1
: 2.18.1Compare Source
Full Changelog: openrewrite/rewrite-migrate-java@v2.18.0...v2.18.1
v2.18.0
: 2.18.0Compare Source
What's Changed
javax.security.auth.Policy
withjava.security.Policy
by @BhavanaPidapa in https://github.com/openrewrite/rewrite-migrate-java/pull/495New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.17.0...v2.18.0
v2.17.0
: 2.17.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.16.0...v2.17.0
v2.16.0
: 2.16.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.15.0...v2.16.0
v2.15.0
: 2.15.0Compare Source
Full Changelog: openrewrite/rewrite-migrate-java@v2.14.1...v2.15.0
v2.14.0
Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.13.0...v2.14.0
v2.13.0
: 2.13.0Compare Source
What's Changed
@Builder
annotation in LombokValueToBuilder by @holgpar in https://github.com/openrewrite/rewrite-migrate-java/pull/470Full Changelog: openrewrite/rewrite-migrate-java@v2.12.0...v2.13.0
v2.12.0
: 2.12.0Compare Source
What's Changed
Thread.countStackFrames()
. by @ranuradh in https://github.com/openrewrite/rewrite-migrate-java/pull/437New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.11.0...v2.12.0
v2.11.0
: 2.11.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-migrate-java@v2.10.0...v2.11.0
v2.10.0
: 2.10.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.9.1...v2.10.0
v2.9.1
: 2.9.1Compare Source
What's Changed
getList().get(0)
by @timtebeek in https://github.com/openrewrite/rewrite-migrate-java/pull/424Full Changelog: openrewrite/rewrite-migrate-java@v2.9.0...v2.9.1
v2.9.0
: 2.9.0Compare Source
What's Changed
org.openrewrite.gradle.Assertions#withToolingModel
moved toorg.openrewrite.gradle.toolingapi.Assertions
by @jkschneider in https://github.com/openrewrite/rewrite-migrate-java/pull/419New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.8.0...v2.9.0
v2.8.0
: 2.8.0Compare Source
What's Changed
getFirst()
instead ofstream().findFirst().orElseThrow()
by @timtebeek in https://github.com/openrewrite/rewrite-migrate-java/pull/403New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v2.7.1...v2.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.