Here is a proposal for change(s) to the JBoss Tools / Red Hat Central target platforms.
Affected Versions:
jbosstools 4.27.0.AM1
jbt TPs 4.27.0.AM1-SNAPSHOT
central TPs 4.27.0.AM1-SNAPSHOT
Detail / Summary:
removed org.bouncycastle.bcpg 1.72.0.v20221013-1810
Related JIRA(s):
https://issues.redhat.com/browse/JBIDE-28745
Pull Request(s):
https://github.com/jbosstools/jbosstools-build/pull/342
https://github.com/jbosstools/jbosstools-target-platforms/pull/405/
https://github.com/jbosstools/jbosstools-discovery/pull/472
p2diff Report(s):
----------
Please review the above changes, as they have been applied and are building today.
Once the target platform is built, jobs and parent pom will be updated to point
TARGET_PLATFORM_VERSION_MAX at the new version, 4.27.0.AM1-SNAPSHOT.
You can use the following to build & test the target platforms locally against
your component(s).
Build target-platform:
cd /path/to/jbosstools-target-platforms
git fetch origin pull/<pull-request-number>/head && git checkout
FETCH_HEAD
# or, using hub for git
git checkout <pull-request-URL>
mvn clean install -f jbosstools/multiple/pom.xml
Then, to test the new multiple target platform against your component's build:
cd /path/to/your/jbosstools-component
mvn clean verify -Dtpc.version=4.27.0.AM1-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------