[VOTE][LAZY] Release Apache Logging Parent 10.5.0
This is a lazy-vote to release the Apache Logging Parent 10.5.0. Website: https://logging.staged.apache.org/logging-parent GitHub: https://github.com/apache/logging-parent Commit: 44243322d6ba3bc9b5196c24f70e635dce220526 Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1240 Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0 Please download, test, and cast your votes on this mailing list. [ ] +1, release the artifacts [ ] -1, don't release, because... This vote is open for 72 hours and will pass unless getting a net negative vote count. All votes are welcome and we encourage everyone to test the release, but only the Logging Services PMC votes are officially counted. === Review kit The minimum set of steps needed to review the uploaded distribution files in the Subversion repository can be summarized as follows: # Check out the distribution svn co https://dist.apache.org/repos/... && cd $_ # Verify checksums shasum --check *.sha512 # Verify signatures wget -O - https://downloads.apache.org/logging/KEYS | gpg --import for sigFile in *.asc; do gpg --verify $sigFile; done # Verify reproduciblity umask 0022 unzip *-src.zip -d src cd src export NEXUS_REPO=https://repository.apache.org/content/... sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO === Release notes This minor release contains several small improvements. Changed * Switch from `bnd:jar` to `bnd:bnd-process` to improve integration with the ecosystem; IDEs, Maven plugins, etc. (#69) * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (#70) * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (#68) * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (#71) * Update `org.apache:apache` to version `31` (#73) * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.6.0` (#72)
Re: [VOTE][LAZY] Release Apache Logging Parent 10.5.0
Hi Volkan, On Sun, 10 Dec 2023 at 21:09, Volkan Yazıcı wrote: > > This is a lazy-vote to release the Apache Logging Parent 10.5.0. Why is it a minor release? More generally: why are all repos set up to minor release bumps? Traditionally we increased on the patch version number and bumped the minor version number only after merging a commit that requires a minor release. > Changed > > * Switch from `bnd:jar` to `bnd:bnd-process` to improve integration > with the ecosystem; IDEs, Maven plugins, etc. (#69) > * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` > (#70) > * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (#68) > * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` > (#71) > * Update `org.apache:apache` to version `31` (#73) > * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to > version `0.6.0` (#72) I would prefer to also bump BND from 6.x to 7.x. The new version requires JDK 17 for the build, that is why it was held back. Piotr
Re: [VOTE][LAZY] Release Apache Logging Parent 10.5.0
It is a minor release because it is not `10.4.0` + [fixes]. It is `10.4.0` + [fixes] + [upgrades] + [features]. I prefer to have this discussion aside. I put effort into getting this moving, please allow me to make progress. I will bump BND to 7.x and issue RC2. Though this will take time. Since I need to test this against Log4j `2.x` and `main`. I am withdrawing this vote. On Sun, Dec 10, 2023 at 9:31 PM Piotr P. Karwasz wrote: > > Hi Volkan, > > On Sun, 10 Dec 2023 at 21:09, Volkan Yazıcı wrote: > > > > This is a lazy-vote to release the Apache Logging Parent 10.5.0. > > Why is it a minor release? > More generally: why are all repos set up to minor release bumps? > Traditionally we increased on the patch version number and bumped the > minor version number only after merging a commit that requires a minor > release. > > > Changed > > > > * Switch from `bnd:jar` to `bnd:bnd-process` to improve integration > > with the ecosystem; IDEs, Maven plugins, etc. (#69) > > * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` > > (#70) > > * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (#68) > > * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` > > (#71) > > * Update `org.apache:apache` to version `31` (#73) > > * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to > > version `0.6.0` (#72) > > I would prefer to also bump BND from 6.x to 7.x. The new version > requires JDK 17 for the build, that is why it was held back. > > Piotr