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.AM3-SNAPSHOT
central TPs 4.61.0.AM2-SNAPSHOT
Detail / Summary:
update to lucene 5.4.1
Related JIRA(s):
https://issues.jboss.org/browse/JBDS-4133
Pull Request(s):
https://github.com/jbosstools/jbosstools-webservices/pull/257
https://github.com/jbosstools/jbosstools-discovery/pull/337
https://github.com/jbosstools/jbosstools-target-platforms/pull/244
https://github.com/jbosstools/jbosstools-target-platforms/pull/243
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.AM3-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------