Klara
Klara
Also related https://github.com/square/okio/issues/1067#issuecomment-1041591598 and https://github.com/square/okio/issues/1121
This is the PR that bumped okio from 2.9 to 3 - https://github.com/square/okhttp/pull/7225
@ejona86 Any update on this, is this the best issue to follow?
I see the same thing with JDK 17.
I get `[ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.15.4:cmp (default) on project XYZ: Execution default of goal com.github.siom79.japicmp:japicmp-maven-plugin:0.15.4:cmp failed: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "com.sun.xml.bind.v2.runtime.reflect.opt.Injector.defineClass" is null -> [Help 1]`
For me it worked better with `export MAVEN_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED"` when using JDK 17. (Still got an API incompatibility error though) Actually, also moving to jaxb-runtime 2.3.5 in the dependencies for the...
Any updates on this issue? I haven't figured out how to actually workaround this, I do ``` git clone --filter=tree:0 "[email protected]:${REPO}.git" $DIR git push --set-upstream -f origin $BRANCH_NAME local REMOTE="ghe.X.Z/$(git...
> I'm not sure if the steps highlighted in that doc are required? We do not need to republish the older versions to the new group ID, right? Can't you...
I think we do something like this: https://stackoverflow.com/questions/24494974/how-do-i-deploy-a-relocation-pom-xml-to-sonatypes-oss-repository Which would mean someone who can sign and deploy for the `com.coveo`groupId needs to do it (aka @malaporte)
Also the docs from the description say ``` [](https://maven.apache.org/guides/mini/guide-relocation.html#releasing-the-next-version)Releasing the next version When the next release of foo is made, you should publish two Maven 2 POM files: first you...