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

2023-11-14 Thread Volkan Yazıcı
Adding my +1.

With that, the release passes with 1 binding +1 vote from me. I will
continue the release process.

On Mon, Nov 13, 2023 at 10:20 PM Volkan Yazıcı  wrote:
>
> This is a lazy-vote to release the Apache Logging Parent 10.4.0.
>
> Website: https://logging.staged.apache.org/logging-parent
> GitHub: https://github.com/apache/logging-parent
> Commit: e45457c683302242be5e8e7c3c33edf8f0e0ec0e
> Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent
> Nexus: 
> https://repository.apache.org/content/repositories/orgapachelogging-1232
> 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.
>
> === On 24 hour timeline
>
> This release contains a fix and the Palantir formatter integration,
> which is discussed already in the mailing list. I would like to get
> this release ASAP so I can proceed with Log4j, Log4j Tools, and Log4j
> JMX GUI releases. Given the schedule and no significant changes, I
> opted for a shorter deadline.
>
> === Release Notes
>
> This minor release contains several small improvements.
>
>  Added
>
> * Add deterministic Palantir Java formatter
>
>  Changed
>
> * Increase directory scanning depth from 8 to 32 in the distribution
> BeanShell script


[ANNOUNCE] Apache Logging Parent 10.4.0 released

2023-11-14 Thread Volkan Yazıcı
Apache Logging Parent team is pleased to announce the 10.4.0
release. This project contains the parent POM for other Maven-based
Apache Logging Services projects. For further information (support,
download, etc.) see the project website[1].

[1] https://logging.apache.org/logging-parent

=== Release Notes

This minor release contains several small improvements.

 Added

* Add deterministic Palantir Java formatter

 Changed

* Increase directory scanning depth from 8 to 32 in the distribution
BeanShell script


Code reformatting

2023-11-14 Thread Piotr P. Karwasz
Hi all,

On Wed, 8 Nov 2023 at 09:05, Volkan Yazıcı  wrote:
> Piotr, it has been two months or so since we are discussing this. No
> objections so far. Please go ahead and implement this. It will help a lot
> for sync'ing `2.x` and `3.x`.

Since Logging Parent 10.4.0 has been published, I plan to reformat
`main` this weekend (branch `2.x` will be reformatted before the
2.22.0 release).

Do you have any long outstanding branches, which were not already
merged into the code? Reformatting will render merging or rebasing
very frustrating. Can you rebase them now on the current `main`?

Piotr