Here is a proposal for change(s) to the JBoss Tools / Red Hat CodeReady Studio / Red Hat
Central target platforms.
Affected Versions:
jbosstools 4.16.0.AM1
devstudio 12.16.0.AM1
jbt/ds TPs 4.16.0.AM1-SNAPSHOT
central TPs 4.16.0.AM1-SNAPSHOT
Detail / Summary:
Updated following dependencies:
lsp4e 0.15.0
camel-lsp-client 1.0.0.202006050859
swtbot 3.0.0.202006031738
reddeer 3.0.0.RC1
docker 4.7.0.202006080404
webtools S-3.18.0.RC2-20200605032700
jetty 9.4.29.v20200521
cdt 9.11.1-2020-06-rc1
mylyn 3.25.1.v20200526-0330
simrel 20200605-1000-Simrel.2020-06
m2e 1.16.0.20200605-0634
orbit S20200526004052
Related JIRA(s):
https://issues.redhat.com/browse/JBIDE-27290
https://issues.redhat.com/browse/JBIDE-27296
https://issues.redhat.com/browse/JBIDE-27298
Pull Request(s):
https://github.com/jbosstools/jbosstools-target-platforms/pull/357
https://github.com/jbosstools/jbosstools-build-ci/pull/187
p2diff Report(s):
(will attach to JIRA when available)
----------
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.16.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.16.0.AM1-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------