Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version.com.thoughtworks.xstream from 1.4.20 to 1.4.21 #2523

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps version.com.thoughtworks.xstream from 1.4.20 to 1.4.21.
Updates com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21

Commits

Updates com.thoughtworks.xstream:xstream-hibernate from 1.4.20 to 1.4.21

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `version.com.thoughtworks.xstream` from 1.4.20 to 1.4.21.

Updates `com.thoughtworks.xstream:xstream` from 1.4.20 to 1.4.21
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Updates `com.thoughtworks.xstream:xstream-hibernate` from 1.4.20 to 1.4.21
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-type: direct:production
- dependency-name: com.thoughtworks.xstream:xstream-hibernate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 7, 2024
@mareknovotny
Copy link
Member

ok to test

@mareknovotny
Copy link
Member

jenkins do fdb

@mareknovotny
Copy link
Member

there is a change in a XStream API so build failed in Revapi maven plugin execution in kie-server-api module in kiegroup/droolsjbpm-integration repository

[2024-11-11T17:26:55.802Z] [ERROR] Failed to execute goal org.revapi:revapi-maven-plugin:0.9.5:check (check) on project kie-server-api: The following API problems caused the build to fail:
[2024-11-11T17:26:55.802Z] [ERROR] java.field.removed: field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.fieldsToOmit @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore: Field removed from class. [com.thoughtworks.xstream:xstream:jar:1.4.19]
[2024-11-11T17:26:55.802Z] [ERROR] java.field.removed: field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.unknownElementsToIgnore @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore: Field removed from class. [com.thoughtworks.xstream:xstream:jar:1.4.19]
[2024-11-11T17:26:55.802Z] [ERROR] 
[2024-11-11T17:26:55.802Z] [ERROR] If you're using the semver-ignore extension, update your module's version to one compatible with the current changes (e.g. mvn package revapi:update-versions). If you want to explicitly ignore this change and provide a justification for it, add the following JSON snippet to your Revapi configuration under "revapi.ignore" path:
[2024-11-11T17:26:55.802Z] [ERROR] {
[2024-11-11T17:26:55.802Z] [ERROR]   "code": "java.field.removed",
[2024-11-11T17:26:55.802Z] [ERROR]   "old": "field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.fieldsToOmit @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore",
[2024-11-11T17:26:55.802Z] [ERROR]   "package": "org.kie.server.api.marshalling.xstream",
[2024-11-11T17:26:55.802Z] [ERROR]   "classSimpleName": "CustomElementIgnore",
[2024-11-11T17:26:55.802Z] [ERROR]   "fieldName": "fieldsToOmit",
[2024-11-11T17:26:55.802Z] [ERROR]   "elementKind": "field",
[2024-11-11T17:26:55.802Z] [ERROR]   "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE >>>>>
[2024-11-11T17:26:55.802Z] [ERROR] },
[2024-11-11T17:26:55.802Z] [ERROR] {
[2024-11-11T17:26:55.802Z] [ERROR]   "code": "java.field.removed",
[2024-11-11T17:26:55.802Z] [ERROR]   "old": "field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.unknownElementsToIgnore @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore",
[2024-11-11T17:26:55.802Z] [ERROR]   "package": "org.kie.server.api.marshalling.xstream",
[2024-11-11T17:26:55.802Z] [ERROR]   "classSimpleName": "CustomElementIgnore",
[2024-11-11T17:26:55.802Z] [ERROR]   "fieldName": "unknownElementsToIgnore",
[2024-11-11T17:26:55.802Z] [ERROR]   "elementKind": "field",
[2024-11-11T17:26:55.802Z] [ERROR]   "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE >>>>>
[2024-11-11T17:26:55.802Z] [ERROR] }
[2024-11-11T17:26:55.802Z] [ERROR] -> [Help 1]
[2024-11-11T17:26:55.802Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.revapi:revapi-maven-plugin:0.9.5:check (check) on project kie-server-api: The following API problems caused the build to fail:
[2024-11-11T17:26:55.802Z] java.field.removed: field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.fieldsToOmit @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore: Field removed from class. [com.thoughtworks.xstream:xstream:jar:1.4.19]
[2024-11-11T17:26:55.802Z] java.field.removed: field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.unknownElementsToIgnore @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore: Field removed from class. [com.thoughtworks.xstream:xstream:jar:1.4.19]
[2024-11-11T17:26:55.802Z] 
[2024-11-11T17:26:55.802Z] If you're using the semver-ignore extension, update your module's version to one compatible with the current changes (e.g. mvn package revapi:update-versions). If you want to explicitly ignore this change and provide a justification for it, add the following JSON snippet to your Revapi configuration under "revapi.ignore" path:
[2024-11-11T17:26:55.802Z] {
[2024-11-11T17:26:55.802Z]   "code": "java.field.removed",
[2024-11-11T17:26:55.802Z]   "old": "field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.fieldsToOmit @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "package": "org.kie.server.api.marshalling.xstream",
[2024-11-11T17:26:55.802Z]   "classSimpleName": "CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "fieldName": "fieldsToOmit",
[2024-11-11T17:26:55.802Z]   "elementKind": "field",
[2024-11-11T17:26:55.802Z]   "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE >>>>>
[2024-11-11T17:26:55.802Z] },
[2024-11-11T17:26:55.802Z] {
[2024-11-11T17:26:55.802Z]   "code": "java.field.removed",
[2024-11-11T17:26:55.802Z]   "old": "field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.unknownElementsToIgnore @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "package": "org.kie.server.api.marshalling.xstream",
[2024-11-11T17:26:55.802Z]   "classSimpleName": "CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "fieldName": "unknownElementsToIgnore",
[2024-11-11T17:26:55.802Z]   "elementKind": "field",
[2024-11-11T17:26:55.802Z]   "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE >>>>>
[2024-11-11T17:26:55.802Z] }
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2024-11-11T17:26:55.802Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2024-11-11T17:26:55.802Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-11-11T17:26:55.802Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-11-11T17:26:55.802Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-11-11T17:26:55.802Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-11-11T17:26:55.802Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-11-11T17:26:55.802Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-11-11T17:26:55.802Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-11-11T17:26:55.802Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-11-11T17:26:55.802Z] Caused by: org.apache.maven.plugin.MojoFailureException: The following API problems caused the build to fail:
[2024-11-11T17:26:55.802Z] java.field.removed: field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.fieldsToOmit @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore: Field removed from class. [com.thoughtworks.xstream:xstream:jar:1.4.19]
[2024-11-11T17:26:55.802Z] java.field.removed: field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.unknownElementsToIgnore @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore: Field removed from class. [com.thoughtworks.xstream:xstream:jar:1.4.19]
[2024-11-11T17:26:55.802Z] 
[2024-11-11T17:26:55.802Z] If you're using the semver-ignore extension, update your module's version to one compatible with the current changes (e.g. mvn package revapi:update-versions). If you want to explicitly ignore this change and provide a justification for it, add the following JSON snippet to your Revapi configuration under "revapi.ignore" path:
[2024-11-11T17:26:55.802Z] {
[2024-11-11T17:26:55.802Z]   "code": "java.field.removed",
[2024-11-11T17:26:55.802Z]   "old": "field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.fieldsToOmit @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "package": "org.kie.server.api.marshalling.xstream",
[2024-11-11T17:26:55.802Z]   "classSimpleName": "CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "fieldName": "fieldsToOmit",
[2024-11-11T17:26:55.802Z]   "elementKind": "field",
[2024-11-11T17:26:55.802Z]   "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE >>>>>
[2024-11-11T17:26:55.802Z] },
[2024-11-11T17:26:55.802Z] {
[2024-11-11T17:26:55.802Z]   "code": "java.field.removed",
[2024-11-11T17:26:55.802Z]   "old": "field com.thoughtworks.xstream.mapper.ElementIgnoringMapper.unknownElementsToIgnore @ org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore",
[2024-11-11T17:26:55.802Z]   "package": "org.kie.server.api.marshalling.xstream",
[2024-11-11T17:26:55.802Z]   "classSimpleName": "CustomElementIgnore",
[2024-11-11T17:26:55.803Z]   "fieldName": "unknownElementsToIgnore",
[2024-11-11T17:26:55.803Z]   "elementKind": "field",
[2024-11-11T17:26:55.803Z]   "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE >>>>>
[2024-11-11T17:26:55.803Z] }
[2024-11-11T17:26:55.803Z]     at org.revapi.maven.CheckMojo.execute (CheckMojo.java:52)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2024-11-11T17:26:55.803Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2024-11-11T17:26:55.803Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-11-11T17:26:55.803Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-11-11T17:26:55.803Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-11-11T17:26:55.803Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-11-11T17:26:55.803Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-11-11T17:26:55.803Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-11-11T17:26:55.803Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-11-11T17:26:55.803Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-11-11T17:26:55.803Z] [ERROR] 
[2024-11-11T17:26:55.803Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-11-11T17:26:55.803Z] [ERROR] 
[2024-11-11T17:26:55.803Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-11-11T17:26:55.803Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2024-11-11T17:26:55.803Z] [ERROR] 
[2024-11-11T17:26:55.803Z] [ERROR] After correcting the problems, you can resume the build with the command
[2024-11-11T17:26:55.803Z] [ERROR]   mvn <args> -rf :kie-server-api
[2024-11-11T17:26:56.057Z] [INFO] kiegroup/droolsjbpm-integration failed. Won't execute remaining commands and projects
[2024-11-11T17:26:56.057Z] [INFO] Execution summary for kiegroup/droolsjbpm-integration
[2024-11-11T17:26:56.057Z] [INFO] [BEFORE] No commands were found for kiegroup/droolsjbpm-integration
[2024-11-11T17:26:56.057Z] # [COMMANDS] [kiegroup/droolsjbpm-integration] mvn  dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -e -nsu clean install -Dfull -Pbusiness-central,wildfly,sourcemaps,no-showcase,jenkins-pr-builder -Dcontainer=wildfly -Dcontainer.profile=wildfly -Dintegration-tests=true -Dcargo.ignore.failures=true -Dmaven.test.failure.ignore=true -Dmaven.test.redirectTestOutputToFile=true -Dgwt.compiler.localWorkers=1 -Dwebdriver.firefox.bin=/opt/tools/firefox-91esr/firefox-bin -Dgwt.skipCompilation=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/main/fdb/droolsjbpm-build-bootstrap-main.fdb@tmp/config9357006765044319338tmp -Dmaven.wagon.http.ssl.insecure=true
[2024-11-11T17:26:56.057Z] [INFO] NOT OK [Executed in 457285.87998 ms]
[2024-11-11T17:26:56.057Z] [ERROR] The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[2024-11-11T17:26:56.057Z]  
[2024-11-11T17:26:56.057Z] [INFO] [AFTER] No commands were found for kiegroup/droolsjbpm-integration
[2024-11-11T17:26:56.057Z]  
[2024-11-11T17:26:56.057Z] # Uploading artifacts
[2024-11-11T17:26:56.057Z] [INFO] Will not upload any artifacts in CLI environment
[2024-11-11T17:26:56.057Z]  
[2024-11-11T17:26:56.057Z] [ERROR] Failed to execute commands for kiegroup/droolsjbpm-integration
[2024-11-11T17:26:56.057Z] [ERROR] Failed to execute mvn  dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -e -nsu clean install -Dfull -Pbusiness-central,wildfly,sourcemaps,no-showcase,jenkins-pr-builder -Dcontainer=wildfly -Dcontainer.profile=wildfly -Dintegration-tests=true -Dcargo.ignore.failures=true -Dmaven.test.failure.ignore=true -Dmaven.test.redirectTestOutputToFile=true -Dgwt.compiler.localWorkers=1 -Dwebdriver.firefox.bin=/opt/tools/firefox-91esr/firefox-bin -Dgwt.skipCompilation=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/main/fdb/droolsjbpm-build-bootstrap-main.fdb@tmp/config9357006765044319338tmp -Dmaven.wagon.http.ssl.insecure=true :
[2024-11-11T17:26:56.057Z] [ERROR] The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant