Peter Palaga

Results 249 comments of Peter Palaga

> it may better to add some javadoc that will end-up in the help Good idea. Let me do it.

https://github.com/apache/maven-mvnd/issues/143 sums up some reasons why we chose not to support multiple Maven versions back in 2021. I'd be open to revisiting this, but it would require some additional porting...

Could you please provide a reproducer project?

@mohnishkodnani shouldn't it be `-XX:+MaxFDLimit` with `+`?

Yeah, this back-and-forth enum string juggling in Quarkus does not work well if one prefers other than dash-case representation. I have filed https://github.com/quarkusio/quarkus/issues/36847

https://github.com/quarkusio/quarkus/issues/36847 is fixed, we need to verify with Quarkus 3.6

Still not what we need https://github.com/quarkusio/quarkus/issues/36847#issuecomment-1868392426

The above is with W3CSchema. The same is reproducible with a RelaxNG schema. A reproducer follows.

`RepairingNsStreamWriter` perhaps has a general problem with attribute access, because it does not see a required attribute that is set in the input document. This can be reproduced by adapting...