[jbosstools-dev] Proposed 4.16.0.AM1-SNAPSHOT target platform change(s): Tycho plugins updated to 1.7.0 Updated following dependencies: Simrel 2020-06-M2 orbit S20200427151422 m2e 1.16.0.20200526-1103 m2eclipse-mavenarchiver 0.17.5.202002191804 buildship 3.1.4.v20200326-1743 jgit 5.8.0.202005061305-m2 mylyn 3.25.1.v20200522-1740 cdt 9.11.1-2020-06-m1 jetty 9.4.28.v20200408 webtools S-3.18.0.M1-20200409025458 swtbot 3.0.0.202005061956 reddeer 3.0.0.M2 testng 7.2.0.202005051752 camel-lsp-client 1.0.0.202004220943 wildwebdeveloper 0.9.1 eclipsecs 8.32.0.202005120252 sonarlint 5.1.1.17774 subclipse 4.3.0.201901172050

sbouchet at redhat.com sbouchet at redhat.com
Thu May 28 11:05:44 EDT 2020


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:

Tycho plugins updated to 1.7.0

Updated following dependencies:
Simrel 2020-06-M2
orbit S20200427151422
m2e 1.16.0.20200526-1103
m2eclipse-mavenarchiver 0.17.5.202002191804
buildship 3.1.4.v20200326-1743
jgit 5.8.0.202005061305-m2
mylyn 3.25.1.v20200522-1740
cdt 9.11.1-2020-06-m1
jetty 9.4.28.v20200408
webtools S-3.18.0.M1-20200409025458
swtbot 3.0.0.202005061956
reddeer 3.0.0.M2
testng 7.2.0.202005051752
camel-lsp-client 1.0.0.202004220943
wildwebdeveloper 0.9.1
eclipsecs 8.32.0.202005120252
sonarlint 5.1.1.17774
subclipse 4.3.0.201901172050

Related JIRA(s):

https://issues.jboss.org/browse/JBIDE-27253
https://issues.jboss.org/browse/JBIDE-27208

Pull Request(s):

(already merged - see related JIRA(s))
https://github.com/jbosstools/jbosstools-target-platforms/pull/356
https://github.com/jbosstools/jbosstools-discovery/pull/418
https://github.com/jbosstools/jbosstools-build-ci/pull/184

p2diff Report(s):

(attached to JIRA)

----------

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.

----------


More information about the jbosstools-dev mailing list