[jbosstools-dev] Proposed 4.12.0.Final-SNAPSHOT target platform change(s): Simrel 2019-06 Docker 4.3.0 m2e 1.12 egit 5.4.0 dtp 1.14.105.20190620 tm 4.5.101 jetty 9.4.19 webtools R-3.14.0 RedDeer 2.6.0

jmaury at redhat.com jmaury at redhat.com
Fri Jun 21 05:11:58 EDT 2019


Here is a proposal for change(s) to the JBoss Tools / Red Hat CodeReady Studio / Red Hat Central target platforms.

Affected Versions:

jbosstools 4.12.0.Final
devstudio  12.12.0.GA

jbt/ds  TPs 4.12.0.Final-SNAPSHOT 
central TPs 4.12.0.Final-SNAPSHOT

Detail / Summary:

Simrel 2019-06
Docker 4.3.0
m2e 1.12
egit 5.4.0
dtp 1.14.105.20190620
tm 4.5.101
jetty 9.4.19
webtools R-3.14.0
RedDeer 2.6.0


Related JIRA(s):

https://issues.jboss.org/browse/JBIDE-26670

Pull Request(s):

(already merged - see related JIRA(s))

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.12.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.12.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