Here is a proposal for change(s) to the JBoss Tools / Red Hat JBoss Developer Studio / Red
Hat Central target platforms.
Affected Versions:
jbosstools 4.4.2.AM3-SNAPSHOT
devstudio 10.2.0.AM3-SNAPSHOT
jbt/ds TPs 4.61.0.AM2-SNAPSHOT
central TPs 4.61.0.AM1-SNAPSHOT
Detail / Summary:
Remove org.eclipse.core.runtime.compatibility.auth as nothing requires it any more (was
Atlassian JIRA client 3.2.2, but we ship 3.2.5 in Central now)
Related JIRA(s):
https://issues.jboss.org/browse/JBDS-4145
Pull Request(s):
https://github.com/jbosstools/jbosstools-target-platforms/pull/241
https://github.com/jbosstools/jbosstools-target-platforms/pull/242
p2diff Report(s):
(will attach to JIRA when available)
----------
Please review the above changes, as they will be applied as soon as possible -
usually within 48 hours for big changes, or 2 hours for simple version bumps.
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.61.0.AM2-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------