Jonas Hecht
Jonas Hecht
Is there any update on the https://buildpacks.io/ support? Searched for https://github.com/werf/werf/issues?q=buildpacks and came from https://github.com/buildpacks/community/issues/99 to https://github.com/werf/werf/issues/1618, but there the https://buildah.io/ integration seems to be tracked only.
We need to implement a GitHub Actions version of the Redis example also - for example see https://github.com/marketplace/actions/redis-server-in-github-actions
If the coveralls GitHub action does not support JaCoCo and Java atm, it seems one is forced to switch to https://about.codecov.io/ (as for example done at cucumber-jvm: https://github.com/cucumber/cucumber-jvm/blob/main/.github/workflows/build.yml).
Is this somehow related to https://github.com/codecentric/cxf-spring-boot-starter/issues/47 ?
The SoapRawClient is based on Apache's httpclient from the httpcomponents project: https://hc.apache.org/ It should be able to handle MTOM also, but I don't really have a example scenario for testing...
We have a huge problem, since the latest Apache CXF [cxf-rt-frontend-jaxws](https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxws) developed here https://github.com/apache/cxf doesnt support the newest Jakarta 3.0.0 package names. Since we need to cast from `org.apache.cxf.jaxws.EndpointImpl` to...
There's already a CXF PR / Draft: https://github.com/apache/cxf/pull/737
An idea from this CXF draft would also be to use the [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html) as described in https://github.com/apache/openwebbeans/blob/master/pom.xml#L353 With that we would be able to support both `javax` and `jakarta` package...
I also would say CI jobs would be a show stopper for anyone trying to help with this (I also think about helping out...). I was already loosely involved in...
Ah @hswong3i I misread your solution, sounds great. Will look into it.