[jbosstools-dev] Proposed 4.11.0.Final-SNAPSHOT target platform change(s): SimRel 2019-03RC1 Orbit R20190226160451 m2e-apt 1.5.1 mylyn-github 5.3.0 DTP 1.14.104.201903081442 tm 4.5.100.201901312305 Jetty 9.4.15 Docker 4.3.0.201903062211 SWTBot 2.7.0 TestNG 6.14.3 SpringIDE 3.9.7 webtools; S-3.11.0.RC1-20180910170749
jmaury at redhat.com
jmaury at redhat.com
Sat Mar 9 12:20:15 EST 2019
Here is a proposal for change(s) to the JBoss Tools / Red Hat Developer Studio / Red Hat Central target platforms.
Affected Versions:
jbosstools 4.11.0.Final
devstudio 12.11.0.GA
jbt/ds TPs 4.11.0.Final-SNAPSHOT
central TPs 4.11.0.Final-SNAPSHOT
Detail / Summary:
SimRel 2019-03RC1
Orbit R20190226160451
m2e-apt 1.5.1
mylyn-github 5.3.0
DTP 1.14.104.201903081442
tm 4.5.100.201901312305
Jetty 9.4.15
Docker 4.3.0.201903062211
SWTBot 2.7.0
TestNG 6.14.3
SpringIDE 3.9.7
webtools;S-3.11.0.RC1-20180910170749
Related JIRA(s):
https://issues.jboss.org/browse/JBIDE-26565
Pull Request(s):
https://github.com/jbosstools/jbosstools-target-platforms/pull/310
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.11.0.Final-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.11.0.Final-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------
More information about the jbosstools-dev
mailing list