Jose Carvajal

Results 109 comments of Jose Carvajal

> > and we also need to take into account the performance pitfall of checking for the custom context resolvers. > > We can alleviate this in the same way...

Personally, I would not overcomplicate the logic here to magically/automatically configure the Ingress tls termination when configuring the `http.ssl` ... properties. Mostly, because it's not that simple: the certificates need...

We need to first support it in Dekorate side. Pull request: https://github.com/dekorateio/dekorate/pull/1032

@geoand I'm not sure this is the right solution, but it works. I've also double-checked that it also fails with older versions of Quarkus. But it works without this change...

> Looking at the code of `javax.ws.rs.core.Link`, there does seem to be a dependency on the XML API. > > Given that this feature is likely never going to be...

The intention was to register the JAXB annotations declared into the package info, not the package info java class itself. However, I don't see how your package info was added...

> I have created a repository that reproduces both errors https://github.com/isarantidis/PackageInfoQuarkusError > > * First the inclusion of a package-info class results in the error **_package-info is an interface, and...

@isarantidis can you confirm these changes solve all your problems? cc @geoand

@iocanel what about merging this one for Dekorate 2.x?