RHDM-1788: changes related to upgrade of sshd-core 2.7.0
Upgrading sshd-core to 2.7.0
https://issues.redhat.com/browse/RHDM-1788 and https://issues.redhat.com/browse/RHPAM-3807
** Parent PR **:
- https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/1898
How to replicate CI configuration locally?
Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.
build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.
How to retest this PR or trigger a specific build:
-
a pull request please add comment: Jenkins retest this
-
a full downstream build please add comment: Jenkins run fdb
-
a compile downstream build please add comment: Jenkins run cdb
-
a full production downstream build please add comment: Jenkins execute product fdb
-
an upstream build please add comment: Jenkins run upstream
GHA JDK 11 is again failing on
2022-03-13T10:47:00.9311509Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.9.0:compile (gwt-compile) on project dashbuilder-webapp: Command failed with status 137
so GHA doesn't have for some reason resources to finish :(
And CDB in jbpm-wb complains about [2022-03-13T11:00:18.320Z] [0m[31m07:00:17,473 ERROR [org.uberfire.java.nio.file.api.FileSystemProviders] (MSC service thread 1-5) Can't initialize FileSystemProviders: java.util.ServiceConfigurationError: org.uberfire.java.nio.file.spi.FileSystemProvider: Provider org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider could not be instantiated
because of
Caused by: java.lang.NoSuchMethodError: 'boolean org.apache.sshd.common.util.OsUtils.isOSX()'
jenkins do cdb
the error from CDB is weird, I can't reproduce it locally so relaunched CDB again
so CDDB compiler error was a glitch as now the CDB is green
jenkins retest this please
retesting due additional management of sshd-common in kie-parent in parent PR
jenkins retest this please
closed in favor of https://github.com/kiegroup/appformer/pull/1374







