Question on all external users of IJBoss7ManagerService
by Rob Stryker
Hi all:
We currently have two plugins containing client jars for the various
wildfly / as7 versions. One plugin is named
org.jboss.ide.eclipse.as.management.as71, the other
org.jboss.ide.eclipse.as.management.wildfly8
As currently implemented, org.jboss.ide.eclipse.as.management.as71 holds
client jars that are used with as70, 71, eap6x, etc.
org.jboss.ide.eclipse.as.management.wildfly8 is used to hold jars for
all wildflys, or, expectedly, eap7x.
A bug in deploying large projects has led me to investigate whether the
wildfly 9 jars work for all servers or not. It turns out, they work for
all except AS 7.0.x. With as71, though, a higher timeout is needed.
My PR to fix the issue creates a 71x service inside the
org.jboss.ide.eclipse.as.management.wildfly8 to live along side the wf8
service. Unfortunately, it seems strange now to have a plugin named
org.jboss.ide.eclipse.as.management.as71 which holds a service with
version=7.1.0.Beta1 which only works for AS 7.0.x =P Seems a bit
odd, no?
So I was planning on harmonizing these constants, plugin names,
versions, etc, in beta2, and was wondering if anyone else is using these
service names and constants directly, and how they're being used? I
expect to change them and clean them up, and need to know if this will
break anyone.
- Rob Stryker
9 years, 5 months
m2e 1.6.1 is staged
by Fred Bricon
Hi,
the m2e-android team found a serious issue with the way project
configurators are ordered with the new runsAfter/runsBefore directives[1]
in m2e 1.6.0. This would lead to configurators being completely ignored and
generate Plugins Execution Not Covered errors.
Hence, I staged m2e 1.6.1, fixing that issue, available in the milestones
update site[2]. We'd appreciate if developers of 3rd party configurators
could check it works for them.
If no regressions are found, I'll release m2e 1.6.1 on Monday 26/06/2015.
m2e 1.6.1 will be added to the next Eclipse Mars SR1 release, in September.
Thanks,
Fred
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=471038
[2] http://download.eclipse.org/technology/m2e/milestones/1.6/
--
"Have you tried turning it off and on again" - The IT Crowd
And if that fails, then http://goo.gl/tnBgH5
9 years, 5 months
Fwd: [tycho-user] Tycho milestone 0.23.0 released
by Nick Boldt
FYI, Tycho 0.23 is released.
We should move up to using this in master branch.
https://issues.jboss.org/browse/JBIDE-19973
-------- Forwarded Message --------
Subject: [tycho-user] Tycho milestone 0.23.0 released
Date: Mon, 8 Jun 2015 07:34:48 +0000
From: Sievers, Jan <jan.sievers(a)sap.com>
Reply-To: Tycho user list <tycho-user(a)eclipse.org>
To: Tycho user list (tycho-user(a)eclipse.org) <tycho-user(a)eclipse.org>,
Tycho developers list (tycho-dev(a)eclipse.org) <tycho-dev(a)eclipse.org>
Tycho milestone 0.23.0 has been released and is available from maven
central.
See the release notes [1] for details of enhancements and bug fixes in
this release.
Thanks to
Christian Dietrich
Enrico De Fent
Christian Georgi
Michael Keppler
Pascal Rapicault
Gunnar Wagenknecht
who contributed patches for this release.
And thanks and to everyone who helped us with testing the staged version.
Regards,
Tycho team
[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.23
_______________________________________________
tycho-user mailing list
tycho-user(a)eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user
9 years, 5 months