James Netherton
James Netherton
``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 3.6.0 | 10m...
``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 3.8.0 | 10m...
``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 3.9.0 | 10m...
``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 3.8.1 | 10m...
``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 3.8.2 | 10m...
Out of curiosity, I was able to work around this issue by transforming the XSLT generated classes to update the incorrect class & package names. I got the XSLT JVM...
> @jamesnetherton it seems good. `--add-exports` is needed at build time? Runtime unfortunately :disappointed: > Can you share your solution? I'll try to polish it up today and link to...
Here's a branch with a rough POC: https://github.com/jamesnetherton/camel-quarkus/tree/xalan-remove Not sure if a lot of the stuff in the `xalan` extension could just be removed or folded into the `xslt` extension.
Closing as we can't realistically do this for the reasons outlined in https://github.com/apache/camel-quarkus/issues/4065.