Skip to content

fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4 #282

fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4

fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4 #282

Triggered via pull request November 8, 2024 10:31
Status Failure
Total duration 1m 16s
Artifacts

build.yml

on: pull_request
build  /  Build with Gradle
1m 8s
build / Build with Gradle
Fit to window
Zoom out
Zoom in

Annotations

10 errors
SvgSpec.java builder works: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L15
Condition failed with Exception: JavaBuilder.createSvg() == EXPECTED | | | javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. | - with linked exception: | [java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory] | at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:278) | at javax.xml.bind.ContextFinder.find(ContextFinder.java:421) | at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) | at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) | at com.github.rahulsom.svg.JavaBuilder.createSvg(JavaBuilder.java:23) | at com.github.rahulsom.svg.SvgSpec.java builder works(SvgSpec.groovy:15) | Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory | at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) | at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) | at javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:122) | at javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:155) | at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:276) | ... 5 more class com.github.rahulsom.svg.JavaBuilder
SvgSpec.kotlin builder works: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L19
Condition failed with Exception: KotlinBuilder.createSvg() == EXPECTED | | | javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. | - with linked exception: | [java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory] | at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:278) | at javax.xml.bind.ContextFinder.find(ContextFinder.java:421) | at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) | at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) | at com.github.rahulsom.svg.KotlinBuilder.createSvg(KotlinBuilder.kt:17) | at com.github.rahulsom.svg.SvgSpec.kotlin builder works(SvgSpec.groovy:19) | Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory | at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) | at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) | at javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:122) | at javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:155) | at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:276) | ... 5 more class com.github.rahulsom.svg.KotlinBuilder
SvgSpec.groovy builder works: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L23
Condition failed with Exception: GroovyBuilder.createSvg() == EXPECTED | | | javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. | - with linked exception: | [java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory] | at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:278) | at javax.xml.bind.ContextFinder.find(ContextFinder.java:421) | at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) | at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) | at com.github.rahulsom.svg.GroovyBuilder.createSvg(GroovyBuilder.groovy:20) | at com.github.rahulsom.svg.SvgSpec.groovy builder works(SvgSpec.groovy:23) | Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory | at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) | at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) | at javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:122) | at javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:155) | at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:276) | ... 5 more class com.github.rahulsom.svg.GroovyBuilder
SvgSpec.groovy builder works with style: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L28
java.lang.NullPointerException: Cannot invoke "java.lang.Class.isAssignableFrom(java.lang.Class)" because "type" is null
com.github.rahulsom.svg.SvgSpec ► java builder works: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L15
Failed test found in: build/test-results/test/TEST-com.github.rahulsom.svg.SvgSpec.xml Error: Condition failed with Exception:
com.github.rahulsom.svg.SvgSpec ► kotlin builder works: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L19
Failed test found in: build/test-results/test/TEST-com.github.rahulsom.svg.SvgSpec.xml Error: Condition failed with Exception:
com.github.rahulsom.svg.SvgSpec ► groovy builder works: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L23
Failed test found in: build/test-results/test/TEST-com.github.rahulsom.svg.SvgSpec.xml Error: Condition failed with Exception:
com.github.rahulsom.svg.SvgSpec ► groovy builder works with style: src/test/groovy/com/github/rahulsom/svg/SvgSpec.groovy#L28
Failed test found in: build/test-results/test/TEST-com.github.rahulsom.svg.SvgSpec.xml Error: java.lang.NullPointerException: Cannot invoke "java.lang.Class.isAssignableFrom(java.lang.Class)" because "type" is null
build / Build with Gradle
Failed test were found and 'fail-on-error' option is set to true
build / Build with Gradle
Process completed with exit code 1.