Hi Georg,
[X ] +1 release it
Quick note for this one, if you start with:
$ mvn clean site install
it fails on first part "Security Master Build"
However, I then ran:
$ mvn clean install
...
[INFO] Reactor Summary for Fulcrum Security Master Build 4.0.0:
[INFO]
[INFO] Fulcrum Security Master Build ...................... SUCCESS [
0.991 s]
[INFO] Fulcrum Security API ............................... SUCCESS [
2.534 s]
[INFO] Fulcrum Security Memory Impl ....................... SUCCESS [
10.427 s]
[INFO] Fulcrum Security Torque Impl ....................... SUCCESS [
30.803 s]
[INFO] Fulcrum Security Distribution Build ................ SUCCESS [
0.024 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 44.868 s
[INFO] Finished at: 2024-12-13T09:15:46-05:00
[INFO]
------------------------------------------------------------------------
After this step,
$ mvn clean site install
builds without any errors.
I'm not sure if there is some weird execution path issue, but I don't
think a show stopper. More letting you know if something to look into :-)
Thanks,
Jeff
On 12/13/24 07:07, Kallidis, Georg wrote:
[VOTE] Release candidate fulcrum-security v4.0.0 based on staged
repository
Hi Turbine devs,
a new Turbine Fulcrum Security release candidate has been prepared.
Tag: fulcrum-security-4.0.0-candidate
Git repo (mirrored):
https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git
<https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git>
Mirror: https://github.com/apache/turbine-fulcrum-security
Update or clone the repo, then checkout the candidate :
git checkout fulcrum-security-4.0.0-candidate
N.B. If you do a checkout for a tag, you are in detached head mode, as you
have no branch to work on.
Artifacts:
https://repository.apache.org/content/repositories/orgapacheturbine-1095/
<https://repository.apache.org/content/repositories/orgapacheturbine-1095/>
Main changes in this version are:
o Use Turbine parent pom v13
o Use Jakarta Servlet ( aligned Jakarta consistent dependencies, as a
provided dependency)
o Site 2.0.0 (preliminary version)
o Minor Fixes in tests
This version requires Java 17.
[ ] +1 release it
[ ] +0 go ahead I don't care
[ ] -1 no, do not release it because
Please consider voting, thanks!
Best regards,
Georg