Re: [VOTE] Release candidate fulcrum-yaafi v2.0.1 based on staged repository

Jeffery Painter <[email protected]> Sat, 28 Sep 2024 10:19:51 -0400
Newsgroups gmane.comp.jakarta.turbine.devel
Message-ID <[email protected]>
Hi Georg,

My vote below:

[x] +1 release it


Note, that the site build is broken, but otherwise everything appears to be fine. I don't think this is blocking from release.


painter@merlin:~/apache/git/turbine-fulcrum-yaafi$ mvn -version
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Maven home: /usr/java/maven
Java version: 17.0.9, vendor: Oracle Corporation, runtime: /usr/java/jdk-17.0.9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.8.0-45-generic", arch: "amd64", family: "unix"

$ mvn clean install

...

[INFO] --- install:3.1.2:install (default-install) @ fulcrum-yaafi ---
[INFO] Installing /home/painter/apache/git/turbine-fulcrum-yaafi/pom.xml to /home/painter/.m2/repository/org/apache/fulcrum/fulcrum-yaafi/2.0.2-SNAPSHOT/fulcrum-yaafi-2.0.2-SNAPSHOT.pom
[INFO] Installing /home/painter/apache/git/turbine-fulcrum-yaafi/target/fulcrum-yaafi-2.0.2-SNAPSHOT.jar to /home/painter/.m2/repository/org/apache/fulcrum/fulcrum-yaafi/2.0.2-SNAPSHOT/fulcrum-yaafi-2.0.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.663 s
[INFO] Finished at: 2024-09-28T10:19:03-04:00
[INFO] ------------------------------------------------------------------------


However,

$ mvn site

...

[INFO] Relativizing site links with respect to localized project URL: http://turbine.apache.org/fulcrum/fulcrum-yaafi
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.097 s
[INFO] Finished at: 2024-09-28T10:17:34-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:site (default-site) on project fulcrum-yaafi: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:site failed: skin cannot be null -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException


On 9/11/24 10:43, Kallidis, Georg wrote:
> Hi Turbine devs,
>
> a new Turbine Yaafi release candidate has been prepared.
>
> Tag: fulcrum-yaafi-2.0.1-candidate
>
> Git repo (mirrored): https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git
> Mirror: https://github.com/apache/turbine-fulcrum-yaafi
>
> Update or clone the repo, then checkout the candidate :
>
> git checkout fulcrum-yaafi-2.0.1-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-1089/
>
>
> Changes in this version include:
> o Use Turbine parent pom v13,
> o Minor version updates for deps commons-lang3 to 3.17.0, commons-io to 2.16.1.
> o Use Collections.synchronizedList for serviceList and reentrantLock for lookup method in ServiceContainerImpl
> o Allow/Export a (lightweight) container by default, not only for test, exposing DefaultContainerSetup,
> ContainerImpl and Container interface.
>
> This version requires Java 17.
>
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>
>
> Thanks!
>
> Best regards,
>
> Georg
>
>
>
>
>