Re: [VOTE] Release Apache Maven Filtering version 3.3.0

2022-06-13 Thread Olivier Lamy
+1 On Sat, 11 Jun 2022 at 23:48, Michael Osipov wrote: > Hi, > > We solved 3 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12348675 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20

Re: collectDependencies - artifact with runtime scope

2022-06-13 Thread Slawomir Jaranowski
The most strange thing for me is that if I have an artifact with transitive provided dependencies and put it as runtime dependency - provided scopes are changed to runtime. If it was true when I define dependency in runtime scope I will have all transitive dependencies on classpath even provided o

Re: collectDependencies - artifact with runtime scope

2022-06-13 Thread Tamás Cservenák
Yes, this is the correct behaviour. Provided dependencies are "end stops", at least should be. Will take a peek more, but i'd bet that scopes of dep are wrong. T On Mon, Jun 13, 2022, 23:10 Slawomir Jaranowski wrote: > Hi, > > Project with one dependency: > > > > jakarta.transacti

collectDependencies - artifact with runtime scope

2022-06-13 Thread Slawomir Jaranowski
Hi, Project with one dependency: jakarta.transaction jakarta.transaction-api 2.0.1 compile dependency:tree -D verbose org.apache.maven.its.dependency-tree:verbose:jar:1.0-SNAPSHOT \- jakarta.transaction:jakarta.transaction-api:jar:2.0.1:compile +- jaka

Re: Maven plugin to generate key material for SSL unit tests

2022-06-13 Thread Graham Leggett
On 13 Jun 2022, at 14:18, Delany wrote: > https://www.mojohaus.org/keytool/keytool-maven-plugin/plugin-info.html Thanks for this. It seems to come close, but the missing piece seems to be the step where the CSR is turned into a signed certificate to produce a working trust chain. I wonder if

JDK 19: Rampdown Phase 1 + EA builds 26 & JDK 20: EA builds 1

2022-06-13 Thread David Delabassee
Greetings! JDK 19 has now entered Rampdown Phase One (RDP1) [1], which means that the main-line has been forked into a dedicated JDK 19 stabilization repository. At this point, the overall JDK 19 feature set is frozen and no additional JEPs will be targeted to JDK 19. The stabilization reposi

Re: Maven plugin to generate key material for SSL unit tests

2022-06-13 Thread Delany
https://www.mojohaus.org/keytool/keytool-maven-plugin/plugin-info.html On Mon, 13 Jun 2022 at 14:09, Graham Leggett wrote: > Hi all, > > I find myself yet again fixing a bug in an application where client > certificates don’t work, as the constructors for the code work for the > trivial case on

Maven plugin to generate key material for SSL unit tests

2022-06-13 Thread Graham Leggett
Hi all, I find myself yet again fixing a bug in an application where client certificates don’t work, as the constructors for the code work for the trivial case only. The bug is fixed, now I’m looking at how you would unit/integration test this. The existing unit test has a checked in self signe