Code freeze
by Jean-Francois Maury
Hello,
reminder that code freeze in today, we'll start building 4.12.0.AM1
tomorrow.
Also please find the schedule for next month as we will be a little bit
unaligned to sprint boundaries:
- 6/5/2019: 4.12.0.AM1 / 12.12.0.AM1 code freeze
- 6/7/2019: 4.12.0.AM1 / 12.12.0.AM1 staged for QE
- 6/10/2019: 4.12.0.AM1 / 12.12.0.AM1 sign off by QE
- 6/19/2019: SimRel 2016-06 released
- 6/25/2019: TP code freeze
- 6/26/2019: 4.12.0.Final / 12.12.0.GA code freeze
- 6/28/2019: 4.12.0.Final / 12.12.0.GA staged for QE
- 7/2/2019: 4.12.0.Final / 12.12.0.GA sign off by QE
- 7/3/2019: 4.12.0.Final / 12.12.0.GA bits staged by RCM
- 7/8/2019: 4.12.0.Final / 12.12.0.GA bits pushed to prod by RCM
- 7/9/2019: 4.12.0.Final / 12.12.0.GA announced
--
Jeff Maury
Associate Manager, DevTools
Red Hat EMEA <https://www.redhat.com>
jmaury(a)redhat.com
@RedHat <https://twitter.com/redhat> Red Hat
<https://www.linkedin.com/company/red-hat> Red Hat
<https://www.facebook.com/RedHatInc>
<https://www.redhat.com>
<https://redhat.com/summit>
5 years, 7 months
Proposed 4.12.0.AM1-SNAPSHOT target platform change(s): SimRel 2019-06.M3 Orbit 20190622 m2eclipse-archiver 0.17.4 mylyn-github 5.4.0.20190522 mylyn 3.24.3 DTP 1.14.105.20190603 tm 4.5.100.201904091701 jetty 9.4.18.v20190429 webtools S-3.14.0.M3-20190528041652 docker 4.3.0.201905290238 RedDeer 2.6.0.M3 cameltooling 1.0.0.201905161153
by jmaury@redhat.com
Here is a proposal for change(s) to the JBoss Tools / Red Hat Developer Studio / Red Hat Central target platforms.
Affected Versions:
jbosstools 4.12.0.AM1
devstudio 12.12.0.AM1
jbt/ds TPs 4.12.0.AM1-SNAPSHOT
central TPs 4.12.0.AM1-SNAPSHOT
Detail / Summary:
SimRel 2019-06.M3
Orbit 20190622
m2eclipse-archiver 0.17.4
mylyn-github 5.4.0.20190522
mylyn 3.24.3
DTP 1.14.105.20190603
tm 4.5.100.201904091701
jetty 9.4.18.v20190429
webtools S-3.14.0.M3-20190528041652
docker 4.3.0.201905290238
RedDeer 2.6.0.M3
cameltooling 1.0.0.201905161153
Related JIRA(s):
https://issues.jboss.org/browse/JBIDE-26649
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.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.12.0.AM1-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------
5 years, 8 months