Peter Palaga

Results 252 comments of Peter Palaga

Thanks for the report and especially for the reproducer @akil-rails! It is a naming clash. When generating the ancillary classes, the default name of the operation is taken from the...

I'd say the issue is in CXF code around here: https://github.com/apache/cxf/blob/80c92d57ab7c34f59d51c3b30d0db9ab074e8c6b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/WrapperClassLoader.java#L92-L97 It looks like the class name is not taken into account when creating the name of the generated request...

I have filed this CXF issue: https://issues.apache.org/jira/browse/CXF-9003 On Quarkus CXF side, we could at least make the class generation fail at build time when this kind of a clash happens.

When I make `TerminalOutput.pathToMaven()` more robust, I see many such extension-less URLs ``` $ grep "\-3.8.2'" daemon-167cc94d.log 15:43:45.779 I Dispatch message: TransferInitiated{projectId=quarkus-langchain4j-parent, requestType=0, repositoryId='central', repositoryUrl='https://repo.maven.apache.org/maven2/', resourceName='io/quarkus/quarkus-junit5-internal/3.8.2/quarkus-junit5-internal-3.8.2', contentLength=-1, transferredBytes=0, exception='null'} 15:43:45.780...

[daemon-167cc94d.log](https://github.com/apache/maven-mvnd/files/14959771/daemon-167cc94d.log) Attaching the whole log after applying the linked patch in case somebody would like to investigate.

> Would logging just bare file name not be enough? The full URL is much longer. The g:a:v makes the text UI much better readable. > It looks like it's...

https://github.com/arangodb/arangodb-java-driver/issues/392 was fixed, so we should retry.

> we could define the versions as Maven properties, and then generate a `META-INF/microprofile-config.properties` for each `test-jar` Ingenious! Thanks a lot for the idea!

Great work, thanks for taking care, @JiriOndrusek! > All certficates and keystores have to be generated via openssl Do you happen to know what aspect of the generated keystore is...

> > Do you happen to know what aspect of the generated keystore is not FIPS-compliant with keytool-maven-plugin? At the first sight, the plugin mojos seem to support all we...