fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4 #172
build.yml
on: pull_request
build
/
Build with Gradle
1m 4s
Annotations
10 errors and 1 warning
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.
|
build / Build with Gradle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/wrapper-validation-action@v1, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|