Closed rohitbatta closed 10 months ago
@rohitbatta : Refer : https://github.com/OxalisCommunity/oxalis/discussions/656 for Jakarta and refer: https://github.com/OxalisCommunity/Oxalis-AS4/issues/200 for issue with Java 17 due to current OpenPeppol SMP specification.
Converting to discussion....
I am trying to use the
oxalis-outbound
component to send documents to open peppol (i.e., eDelivery document). I am using JAVA 17. Report file has been generated usingphax/peppol-reporting
dependency, which is supporting Java 17 and usingjakarta.xml.bind
for marshelling.But, while loading Guice modules in Outbound component, it is failing because,
certvalidator
is usingjavax.
dependenies.Following is my
build.gradle
file. Using Springboot 3.x.xJava 11+ recommends to use
jakarta
namespace instead ofjavax
. Is there any plan to migrate this component to usejakarta
package structure too?