Some questions about migrating to Java 8 and Mars
by Brian Fitzpatrick
Hey folks,
I'm starting to move the SwitchYard editor to Java 8 and Eclipse Mars. The biggest thing is I'm hitting some issues when building in Eclipse using the m2e code (Maven->Update Project). Specifically, I'm seeing "An internal error occurred during: "Updating Maven Project".
GC overhead limit exceeded"
I've tried updating the -XX:MaxPermSize=256m to -XX:MaxMetaspaceSize=256m per the suggestions here (https://dzone.com/articles/java-8-permgen-metaspace) but it hasn't made any difference.
Nick suggested updating the build to use Tycho 0.23.1, but that hasn't made a difference.
Anybody have any suggestions on what to try?
Thanks
--Fitz
_______________________________
Brian Fitzpatrick (aka "Fitz")
Senior Software Engineer, Tooling
JBoss by Red Hat
10 years, 8 months
respin-b needed
by Max Rydahl Andersen
JBIDE-20311 was not fixed.
openshift was built before foundation thus it was not picking up the
reverted api change.
Details in jira - it was a "fun" one to figure out. Thanks mlabuda :)
Nick - possible to do a respin and reaggregate ?
mini-retrospective:
if we actually ran tests on the aggregated build AND the tests tested
the fix we made we would have caught this.
/max
http://about.me/maxandersen
10 years, 8 months
ACTION REQUIRED: JBDS 9 / JBT 4.3 Beta2 respin-a code freeze is TOMORROW // updated Beta2 release schedule // vacation reminders
by Nick Boldt
The cut off for getting last-minute blockers into Beta2 is the end of
tomorrow. After that, no more changes will be accepted into Beta2.
This list [1] is now at 21 issues, with 5 unresolved. Of these 5, only 3
are BLOCKER or CRITICAL. Please do not include issues which are of lower
priority that this. Please also ensure you get your PRs reviewed before
pushing into the Beta2x branch.
[1]
https://issues.jboss.org/issues/?jql=filter%20%3D%20ds_latest_freeze%20AN...
---
Here's the release schedule, modified to accommodate respin-a.
* Thur 23 Jul: EOD code freeze respin-a; all components and aggregates
build over night.
* Fri 24 Jul: builds staged for QE starting @ noon EDT, avail ~3pm EDT
* Mon 27 Jul: QE starts testing; signoff EOD Tues AT THE LATEST (earlier
is better!) (cc: Len/Martin)
* Wed 29 Jul: bits released to jboss.org (cc: Paul),
devstudio.redhat.com & customer portal (cc: Chris)
* Thu 30 Jul: blog/announcements go out (cc: Alexey/Fred)
This new schedule delays the planned release date by 2 days - was Jul
27; now Jul 29.
---
Please note these vacations:
* Mickael: Jul 20 - Aug 20
* Max: Jul 25 - Aug 8
* Nick: Jul 30 - Aug 4
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
10 years, 8 months