Hello,
It's a reminder that JBossTools 4.15.0.Final / CodeReady Studio 12.15.0.GA
release in the way.
The TP will be frozen tomorrow Tuesday April 14th and all repos will be frozen
Wednesday April 15th end of day UTC time.
If you have pending PRs, please check them and make sure they are merged
before the code freeze.
Thank you,
Regards,
--
Stéphane Bouchet
Senior Software Engineer, R&D
Red Hat <https://www.redhat.com/>
<https://www.redhat.com/>
Here is a proposal for change(s) to the JBoss Tools / Red Hat CodeReady Studio / Red Hat Central target platforms.
Affected Versions:
jbosstools 4.15.0.Final
devstudio 12.15.0.GA
jbt/ds TPs 4.15.0.Final-SNAPSHOT
central TPs 4.15.0.Final-SNAPSHOT
Detail / Summary:
Prepare 4.15.0.Final / 12.15.0.GA
Related JIRA(s):
(already merged - see related JIRA(s))
https://issues.redhat.com/browse/JBIDE-27090
Pull Request(s):
https://github.com/jbdevstudio/jbdevstudio-product/pull/533https://github.com/jbosstools/jbosstools-download.jboss.org/pull/656https://github.com/jbosstools/jbosstools-discovery/pull/415https://github.com/jbosstools/jbosstools-target-platforms/pull/352
p2diff Report(s):
see related JIRA(s)
----------
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.15.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.15.0.Final-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------