Replies: 1 comment
-
Closing this discussion now that v3 of xrpl4j is released. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently working on improving the key management and signing functionality in xrpl4j, as well as contemplating a reorganization of our modules so that developers only have to import
xrpl4j-core
.As discussed in #182, we would rather not rush to a version 3 and break existing functionality without providing a clear and well documented upgrade path from v2.x to v3.0. So, @sappenin and I propose the following sequence of work:
v3-dev-preview
to a nearly complete state (See Things to fix in XRPL4j-v3-dev-preview #170).v2.next
branch off of mainv3-dev-preview
branch enhancements intov2.next
branch (keeping PRs small for future readability), keeping (and deprecating) old code so as not to break anythingv2.next
branch, merge into main (no squash) and release av2.x
v2.x
new functionalityv2
maintenance branch for potential bug fixes inv2
main
as the v3 branch (any releases frommain
will bev3.x
)main
branchv3.0.0
functionality (ie pom.xml changes for new module structure)v3.0.0
Beta Was this translation helpful? Give feedback.
All reactions