Re: [VOTE] Release Apache Log4j `2.24.1` (RC1)

2024-09-24 Thread Jan Friedrich
Hi,

+1

✅ Signatures
✅ Checksums
✅ (reproducable) Build (using Ubuntu 22.04 on WSL)
✅ Tests (using Ubuntu 22.04 on WSL)

Regards.

Jan

Tuesday, September 24, 2024, 9:13:37 PM, you wrote:

> This is a vote to release the Apache Log4j `2.24.1`.

> Website: https://logging.staged.apache.org/log4j/2.24.1/index.html
> GitHub: https://github.com/apache/logging-log4j2
> Commit: 8ee9387d9ec2063ab11f27eaa43e44a13f4c9935
> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j/2.24.1
> Nexus: 
> https://repository.apache.org/content/repositories/orgapachelogging-1303
> Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
> Review kit: 
> https://logging.apache.org/logging-parent/release-review-instructions.html

> 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. At least 3 +1 votes and more
> positive than negative votes are required.

> == Release Notes

> This release contains mainly bug fixes of problems encountered with
> the thread context map, logger registry and configuration reloading.

> It also enhances integration tests to use Docker images of the most
> recent releases of MongoDB and Elastic Search.

> === Changed

> * Rework `LoggerRegistry` to make it `MessageFactory`-namespaced. This
> effectively allows loggers of same name, but different message
> factory. (#2936)
> * Enable Docker-based tests in CI for JSON Template Layout (#2953)

> === Fixed

> * Switch MongoDB tests to use Docker. (#2229)
> * Fix reloading of the configuration from an HTTP(S) source (#2937)
> * Fix `putAll()` in the default thread context map implementation (#2942)

> === Updated

> * Update `org.apache.logging:logging-parent` to version `11.3.0`



[VOTE] Release Apache Log4j `2.24.1` (RC1)

2024-09-24 Thread Piotr P. Karwasz
This is a vote to release the Apache Log4j `2.24.1`.

Website: https://logging.staged.apache.org/log4j/2.24.1/index.html
GitHub: https://github.com/apache/logging-log4j2
Commit: 8ee9387d9ec2063ab11f27eaa43e44a13f4c9935
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j/2.24.1
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1303
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
Review kit: 
https://logging.apache.org/logging-parent/release-review-instructions.html

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. At least 3 +1 votes and more
positive than negative votes are required.

== Release Notes

This release contains mainly bug fixes of problems encountered with
the thread context map, logger registry and configuration reloading.

It also enhances integration tests to use Docker images of the most
recent releases of MongoDB and Elastic Search.

=== Changed

* Rework `LoggerRegistry` to make it `MessageFactory`-namespaced. This
effectively allows loggers of same name, but different message
factory. (#2936)
* Enable Docker-based tests in CI for JSON Template Layout (#2953)

=== Fixed

* Switch MongoDB tests to use Docker. (#2229)
* Fix reloading of the configuration from an HTTP(S) source (#2937)
* Fix `putAll()` in the default thread context map implementation (#2942)

=== Updated

* Update `org.apache.logging:logging-parent` to version `11.3.0`


[VOTE] Release Apache Log4net 3.0.1

2024-09-24 Thread Jan Friedrich
This is a vote to release the Apache Log4net 3.0.1.

Website: https://logging.staged.apache.org/log4net/release/release-notes.html
GitHub: https://github.com/apache/logging-log4net
GitHub release (pre-release): 
https://github.com/apache/logging-log4net/releases/tag/rc/3.0.1-rc1
Commit: 8bf4313cdc7dc2bcc14583c8b206c5a25b7edf4a
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D

Please download, test, and cast your votes on this mailing list.

How to run the unit tests?
- install docker (if you haven't already)
  - https://docs.docker.com/engine/install/
- in logging/log4net run
  - `docker build -t log4net-builder .`
  - `docker run -it log4net-builder`
- this will
  - install all dependencies in the container
  - build src/log4net.sln
  - inside the container run
- `dotnet test /logging-log4net/src/log4net.sln`

[ ] +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.



Re: [VOTE] Release Apache Log4net 3.0.1

2024-09-24 Thread Davyd McColl

+1

- tests all pass

- sigs look fine


-d

On 2024-09-24 21:48, Jan Friedrich wrote:

This is a vote to release the Apache Log4net 3.0.1.

Website: https://logging.staged.apache.org/log4net/release/release-notes.html
GitHub: https://github.com/apache/logging-log4net
GitHub release (pre-release): 
https://github.com/apache/logging-log4net/releases/tag/rc/3.0.1-rc1
Commit: 8bf4313cdc7dc2bcc14583c8b206c5a25b7edf4a
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D

Please download, test, and cast your votes on this mailing list.

How to run the unit tests?
- install docker (if you haven't already)
   - https://docs.docker.com/engine/install/
- in logging/log4net run
   - `docker build -t log4net-builder .`
   - `docker run -it log4net-builder`
 - this will
   - install all dependencies in the container
   - build src/log4net.sln
   - inside the container run
 - `dotnet test /logging-log4net/src/log4net.sln`

[ ] +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.