Re: Framework for integration tests

2023-09-12 Thread Volkan Yazıcı
Those who are concerned can get themselves heard in this thread. In the worst case, they can toggle the profile to suit their needs. You are adding a crucial verification which wasn't there before and 2 other PMC members (Matt and I) agree with the implementation approach. I don't see a blocker her

Re: Framework for integration tests

2023-09-12 Thread Piotr P. Karwasz
Hi Volkan, On Wed, 13 Sept 2023 at 08:23, Volkan Yazıcı wrote: > Though note that this will introduce a new requirement on the build > hosts: Docker Engine accessibility. Hence, it is better to put these > behind a Maven profile (`container`?) that one can opt out of. This is my main concern, do

Re: Framework for integration tests

2023-09-12 Thread Volkan Yazıcı
IIRC, GitHub Actions provides access to the Docker Engine running under the hood. Hence, you should be able to use `docker-maven-plugin` or Testcontainers, of which the latter will be of my preference since the container infra bootstrap will be in Java too. I have quite some experience with both. I

Re: Deprecating modules in 2.x

2023-09-12 Thread Ralph Goers
> On Sep 12, 2023, at 1:42 AM, Volkan Yazıcı wrote: > > Hey Piotr, > > [My answers are inline.] > > On Mon, Sep 11, 2023 at 1:10 PM Piotr P. Karwasz > wrote: > >> What about `kubernetes`, `docker` and `jpa`. Are these omissions >> intentional? >> > > They can indeed be gone too. In the c

Re: Deprecating modules in 2.x

2023-09-12 Thread Matt Sicker
For JPA, I’d imagine that the JDBC appenders are better suited. On the other hand, JDBC is still part of standard Java while JPA is technically an Eclipse thing now (Jakarta). On Sep 12, 2023, at 3:42 AM, Volkan Yazıcı wrote: Hey Piotr, [My answers are inline.] On Mon, Sep 11, 2023 at 1:10 P

[ANNOUNCE] Apache Logging Parent 10.0.0 released

2023-09-12 Thread Volkan Yazıcı
This minor release contains various improvements that we expect to relieve the load on `pom.xml` and GitHub Actions workflows of Maven-based projects we parent. This is of particular importance while managing and cutting releases from multiple repositories. See `README.adoc` for the complete list o

Re: [VOTE] Release Apache Logging Parent 10.0.0 (RC4)

2023-09-12 Thread Volkan Yazıcı
Adding my +1. With that, the release passes with 4 binding +1 votes from Piotr, Matt, Christian, and me. I will continue the release process. On Fri, Sep 8, 2023 at 4:07 PM Volkan Yazıcı wrote: > This is a vote to release the Apache Logging Parent 10.0.0 (RC4). > > Source repository: https://gi

Re: Deprecating modules in 2.x

2023-09-12 Thread Volkan Yazıcı
Hey Piotr, [My answers are inline.] On Mon, Sep 11, 2023 at 1:10 PM Piotr P. Karwasz wrote: > What about `kubernetes`, `docker` and `jpa`. Are these omissions > intentional? > They can indeed be gone too. In the context of `kubernetes` and `docker`, similar to Matt, my experience has always be