Zheng Feng
Zheng Feng
…saction if possible
It needs to verify the pooling capability provided by [quarkus-pooled-jms](https://github.com/quarkiverse/quarkus-pooled-jms)
- complete URL (classpath, file, http, ref, bean) - different outputs (string, bytes, dom, file) - using xsl:include to include files - custom `XsltUriResolverFactory` - custom `URIResolver` - using `org.apache.camel.component.xslt.XsltAggregationStrategy`...
It looks like travis-ci is suck and can we use github workflow ?
## Feature upgarde thrift to 0.14.x which contais CVE-2020-13949 libthrift: potential DoS when processing untrusted payloads ## Rationale it also help camel-zipkin which depends on ```io.zipkin.reporter2:zipkin-sender-libthrift``` ## Example Scenario ##...
- [x] Add `ref`, `bean`, `http`, `file` schemas which could only work in jvm mode since generating xslt template classes dynamically does not be supported in native mode. - [x]...
It is generally better to test with as little dependencies as possible, so that it does not happen that an extension that is there just for testing some niche feature...
Currently we have to use ```@DataSourceMapper("xmlconfig")``` when using the mybatis xml configuration. see #114 #145 and it could make some inconveniences. I'm thinking to introduce ```quarkus.mybatis.xmlconfig.datasource``` to specify the datasource...
Currently we are using Datasouces.from(name) to get the dataSource by Agroal. It needs to change to use ArcContainer to get the data source while some other extension (such sharding-sphere-jdbc )...