What is the best practice for back porting subsystem model changes
by Michael Musgrove
What is the recommended approach to back porting model changes. The context
for the question is that we have added a bit of configuration to narayana
and exposed it in the subsystem model as an attribute on an existing
element. The latest subsystem version has more parser versions than the
target version we need to back port to. Since we do not want to back port
each intermediate parser, how do we get the new attribute into the earlier
version?
--
Michael Musgrove
Transactions Team
e: mmusgrov(a)redhat.com
t: +44 191 243 0870
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham (US), Paul Hickey (Ireland), Matt Parson
(US), Charles Peters (US)
Michael Cunningham (US), Charles Peters (US), Matt Parson (US), Michael
O'Neill(Ireland)
8 years, 8 months
Infinispan search
by Hamed Hatami
Hi guys,
I wanna use infinispan search dsl on wildfly 10 but there are not related
library on infinispan module , what to I do?
Regards,
Hamed Hatami
8 years, 8 months
Copy artifact jar with some files filtered out during wildfly feature build?
by Lin Gao
Hi,
There is an issue on composing native bits of Artemis during wildfly full-feature-pack build, that the 'libartemis-native.so' is duplicated.
One is at: 'modules/system/layers/base/org/apache/activemq/artemis/main/lib/linux-/libartemis-native-.so', and another is at: 'lib/linux-i686/libartemis-native-.so' in the artemis-native.jar file.
The duplication of the native bits will confuse the user which one is actually used, and which one to patch in case of one-off.
IMHO, we can add support in wildfly-build-tool to copy a jar file with some files excluded, so that we can filter out the 'libartemis-native-.so' in the artemis-native.jar during the wildfly-full-featch-pack build, like:
<copy-artifact artifact="org.apache.activemq:artemis-native" to-location="modules/system/layers/base/org/apache/activemq/artemis/main/" extract="FALSE"> <!-- Sets extract to false with some filters defined. -->
<filter pattern="*" include="true"/>
<filter pattern="lib/*" include="false" />
</copy-artifact>
Do you guys think it makes sense?
Best Regards
--
Lin Gao
Software Engineer
JBoss by Red Hat
8 years, 8 months
Early Access builds of JDK 9 b107 & JDK 9 with Project Jigsaw b106 (#4540) are available on java.net
by Rory O'Donnell
Hi Jason/Tomaz,
Early Access b107 <https://jdk9.java.net/download/> for JDK 9 is
available on java.net, summary of changes are listed here
<http://download.java.net/java/jdk9/changes/jdk-9+107.html>.
Among other fixes , the following are also included:
* Update class file version to 53 for JDK-9, more info here
<http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8148785>
* Add support for ES6 collections , more info here
<http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8147558>
Early Access b106 <https://jdk9.java.net/jigsaw/> (#4540) for JDK 9 with
Project Jigsaw is available on java.net.
The March 2016 Quality Outreach Report is posted on here,
<https://wiki.openjdk.java.net/display/quality/Quality+Outreach+Report+Mar...>
thanks again to those who
found & logged bugs against Early Access builds.
Rgds,Rory
--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland
8 years, 8 months