Peter Palaga

Results 373 comments of Peter Palaga

I have a PoC proving that the idea of @galderz with the package private Marker interface is working in CXF. The only gotcha is that the Marker interface needs to...

> > Any opinion on that @galderz @zakkak ? > > To reiterate my reaction to the first time you wrote it point_right eyes I saw it, but I still...

The stuff that should possibly go to quarkus-jaxb is here: https://github.com/quarkiverse/quarkus-cxf/blob/master/extensions/core/deployment/src/main/java/io/quarkiverse/cxf/deployment/JaxbProcessor.java I am not aware of any jaxp stuff that should go to Quarkus. We have some Woodstox specific stuff...

Making XSLT work in native mode is indeed tricky. Camel Quarkus supports it via its `camel-quarkus-xslt` extension. It is tested there only in Camel related scenarios, but I think it...

> not so sure how is that related to my problem To make Java code work in native mode, you need to provide some (sometimes a lot of) GraalVM configuration....

> I think I'll close this issue for now. I'd vote for keeping this issue open, as it still does not work flawlessly. This issue also contains a lot of...

Thanks a lot @shumonsharif for explaining! Indeed the X-Forwarded headers support does what I was looking for. I made the test a bit more specific when validating the location value...

For some reason, the creation of gogs admin does not succeed immediatelly. I was able to work around this by re-attempting: ``` # add gogs admin for i in {1..10}...

> I believe that once the PRs are ready, it will be up to the Board to decide whether to accept them. @ppalaga does that match your understanding? Are we...

Here is the idea https://github.com/schibsted/jslt/pull/198/files