Re: Staging website (was: [VOTE] Release Apache Log4j 2.21.0)

2023-10-18 Thread Piotr P. Karwasz
Hi Stephen,

On Wed, 18 Oct 2023 at 07:36, Stephen Webb  wrote:
>
> Hi Piotr,
>
> The Log4cxx staging website URL
> https://logging.staged.apache.org/log4cxx/latest_stable/usage-overview.html
> now reports a 404.
>
> The .asf.yaml contains:
>
> staging:
>   profile: ~
>   whoami: asf-staging
>   subdir: content/log4cxx
>
>
> Do you have a suggestion as to where I can find it now?

When branch `asf-staging` in `logging-site` changed from a `content`
directory to an `output` directory, all the staging websites went
down. Even if the change was reverted it still does not work,
Christian is working on this (since last week).

If you need to generate a staging website soon, change the `.asf.yaml` to:

staging:
  profile: log4cxx
  whoami: asf-staging
  subdir: content/log4cxx

and the website should be available under
`https://logging-log4cxx.staged.apache.org`.

Piotr


[VOTE][LAZY] Release Apache Logging Parent 10.2.0

2023-10-18 Thread Volkan Yazıcı
This is a lazy-vote to release the Apache Logging Parent 10.2.0.

Website: https://logging-parent.staged.apache.org/logging-parent
GitHub: https://github.com/apache/logging-parent
Commit: 13ee5ca880ef515b69fb1fc6b5fe2e1807e48be6
Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1204
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 24 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.

=== Release Notes

This minor release contains several small improvements.

 Added

* Added support for auto-generating CycloneDX Software Bill of Materials (SBOM)

 Changed

* Add a compulsory `bnd-baseline-maven-plugin` execution to check for
breaking API changes
* Apply the default `bnd-maven-plugin` configuration to all the plugin's goals
* Moves `.flattened-pom.xml` to the same directory as `pom.xml` to
preserve the relative parent path. This requires adding
`.flattened-pom.xml` to the `.gitignore` file of the repository.
* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to
version `0.5.0`
* Update `log4j-changelog` XSD (used for validating changelog entries)
to version `0.1.2`
* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.0` (#44)

 Fixed

* Prioritize definitions in `bnd-extra-*` variables over those inherited (#39)
* Keep parent in `flatten-bom` configuration (#37)
* Remove `build` in `flatten-bom` configuration
* Fixed the archiving of symbolically linked directories in the
`distribution` Maven profile (#43)
* Used specific execution IDs in ``defaultGoal``s to avoid running
unwanted plugins


Re: [VOTE][LAZY] Release Apache Logging Parent 10.2.0

2023-10-18 Thread Christian Grobmeier
+1

On Wed, Oct 18, 2023, at 21:54, Volkan Yazıcı wrote:
> This is a lazy-vote to release the Apache Logging Parent 10.2.0.
>
> Website: https://logging-parent.staged.apache.org/logging-parent
> GitHub: https://github.com/apache/logging-parent
> Commit: 13ee5ca880ef515b69fb1fc6b5fe2e1807e48be6
> Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent
> Nexus: 
> https://repository.apache.org/content/repositories/orgapachelogging-1204
> 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 24 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.
>
> === Release Notes
>
> This minor release contains several small improvements.
>
>  Added
>
> * Added support for auto-generating CycloneDX Software Bill of Materials 
> (SBOM)
>
>  Changed
>
> * Add a compulsory `bnd-baseline-maven-plugin` execution to check for
> breaking API changes
> * Apply the default `bnd-maven-plugin` configuration to all the plugin's goals
> * Moves `.flattened-pom.xml` to the same directory as `pom.xml` to
> preserve the relative parent path. This requires adding
> `.flattened-pom.xml` to the `.gitignore` file of the repository.
> * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to
> version `0.5.0`
> * Update `log4j-changelog` XSD (used for validating changelog entries)
> to version `0.1.2`
> * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.0` (#44)
>
>  Fixed
>
> * Prioritize definitions in `bnd-extra-*` variables over those inherited (#39)
> * Keep parent in `flatten-bom` configuration (#37)
> * Remove `build` in `flatten-bom` configuration
> * Fixed the archiving of symbolically linked directories in the
> `distribution` Maven profile (#43)
> * Used specific execution IDs in ``defaultGoal``s to avoid running
> unwanted plugins