Hi,
JBoss DMR[1] is a foundational library at the core of WildFly. It’s been pretty stable and
has low activity.
However, we have a few initiatives that are impacting it (ASL relicensing, improving our
community standards, adding continuous integration, switch default branch to main, etc.)
I’m not expecting to make any code changes to this upcoming release but I’ll still bump
its minor version to reflect the change in the license.
This will have no impact on API or code so it will be safe to upgrade from the existing
1.6.1.Final version to this upcoming 1.7.0.Final.
The disruptive change will be for authors that will have to update their Git repositories
to switch the default branch from master to main. GitHub will provide information about it
but the usual commands to switch the branches apply:
—8<—
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
—8<—
The payload for this 1.7.0.Final is tracked in JIRA at [2]
Best regards,
Jeff
[1]
https://github.com/jbossas/jboss-dmr
[2]
https://issues.redhat.com/issues/?jql=project%20%3D%20DMR%20AND%20fixVers...
--
Jeff Mesnil
Engineer @ Red Hat JBoss EAP
http://jmesnil.net/