Weld 4.0.3.Final/3.1.9.Final available and entering maintenance mode
by Matej Novotny
Hello,
as you might have noticed, new versions of Weld 3 and 4 are now available.
As usual, there is a release announcement with more details -
http://weld.cdi-spec.org/news/2022/02/16/weld-403Final-319Final/
However, I'd like to bring more attention to the fact that Weld 3 and 4 are
now entering maintenance mode. There are no further planned community
releases for these two versions and we will instead channel our efforts
into Weld 5 and beyond.
Obviously, if there are some critical issues we might issue an SP release,
but other than that we no longer plan to backport fixes into these branches.
You can contact us with any questions or concerns via this mailing list or
our Gitter.
Best regards
Matej
2 years, 9 months
New default branch for HAL
by Harald Pehl
I’ve renamed the branch ‘develop' to ‘main' and set it as the new
efault branch for https://github.com/hal/console. You should see a pop up
when visiting the repo with a set of instructions on how to update your
local repo.
In case you’ve dismissed it, here it is:
git branch -m develop main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
PRs are updated automatically.
Background of the renaming is that I want to simplify the release process
and no longer want to use Git Flow which uses two separate branches
‘develop’ and ‘master’.
If you have any questions or issues, please let me know!
--
Harald Pehl
hpehl(a)redhat.com
2 years, 9 months