Infinispan-Cachestore
by Andrea Cosentino
Hi,
Yesterday I've opened this ticket on github
https://github.com/infinispan/infinispan-cachestore-cassandra/issues/3
I'm interested in the different cachestore projects (mongodb, leveldb and so on) and I'd like to see it revived by contributing to those projects.
Andrea
--
Andrea Cosentino
----------------------------------
Apache Camel Committer
Email: ancosen1985(a)yahoo.com
Twitter: @oscerd2
Github: oscerd
10 years, 2 months
Early Access builds for JDK 8u60 b24 and JDK 9 b72 are available on java.net
by Rory O'Donnell
Hi Galder,
Early Access build for JDK 8u60 b24 <http://jdk8.java.net/download.html>
is available on java.net, summary of changes are listed here.
<http://www.java.net/download/jdk8u60/changes/jdk8u60-b24.html>
As we enter the later phases of development for JDK 8u60, please log any
show stoppers as soon as possible.
Early Access build for JDK 9 b72 <https://jdk9.java.net/download/> is
available on java.net, summary of changes are listed here
<http://www.java.net/download/jdk9/changes/jdk9-b72.html>.
Note: b72 includes 8081708
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8081607> - Change
default GC for server configurations to G1
As described in JEP 248 <http://openjdk.java.net/jeps/248>, switching to
a low-pause collector in JDK 9 such as G1 should provide a better
overall experience, for most users, than a throughput-oriented collector
such as the Parallel GC, which is
currently the default.
A call for feedback and data points
<http://mail.openjdk.java.net/pipermail/hotspot-dev/2015-June/019221.html>
regarding this change went out on the hotspot-dev
<http://mail.openjdk.java.net/mailman/listinfo/hotspot-dev> mailing
list, where
such input should be provided.
Rgds,Rory
--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland
10 years, 2 months
Distributed Streams
by William Burns
Hello everyone,
I wanted to let you know I wrote up a design documenting the successor to
EntryRetriever, Distributed Streams [1] !
Any comments or feedback would be much appreciated.
I especially would like targeted feedback regarding:
1. The operators forEach and peek may want to be ran locally. Should we
have an overridden method so users can pick which they want? Personally I
feel that peek is too specific to matter and forEach can always be done by
the caller locally if desired.
2. The intermediate operators limit and skip do not seem worth implementing
unless we have sorting support. (Sorting support will come later). I am
thinking to not support these until sorting is added.
Thanks,
- Will
[1] https://github.com/infinispan/infinispan/wiki/Distributed-Stream-Support
10 years, 2 months
My work log
by Tristan Tarrant
Hi all guys,
I've just returned from two weeks of PTO.
Before leaving I left a PR [1] which updates the JGroups subsystem to
the one found in WildFly 9 as well as a bunch of other changes.
Unfortunately I broke authorization in there, so I'm cleaning up my PR
and hopefully should have it ready by later today. After that it's the
infamous template PR which will be based on the one below.
I have a ton of e-mails and PR comments to read and review so I'll
probably re-emerge some time later this week :)
Tristan
[1] https://github.com/infinispan/infinispan/pull/3562
--
Tristan Tarrant
Infinispan Lead
JBoss, a division of Red Hat
10 years, 2 months
Early Access builds for JDK 8u60 b21 and JDK 9 b70 are available on java.net
by Rory O'Donnell
Hi Galder,
Early Access build for JDK 8u60 b21 <http://jdk8.java.net/download.html>
is available on java.net, summary of changes are listed here.
<http://www.java.net/download/jdk8u60/changes/jdk8u60-b21.html>
As we enter the later phases of development for JDK 8u60, please log any
show stoppers as soon as possible.
Early Access build for JDK 9 b70 <https://jdk9.java.net/download/> is
available on java.net, summary of changes are listed here
<http://www.java.net/download/jdk9/changes/jdk9-b70.html>.
The JDK 9 schedule of record is available on the JDK 9 Project page:
http://openjdk.java.net/projects/jdk9
At https://wiki.openjdk.java.net/display/Adoption/JDK+9+Outreach you can
find a (preliminary) list of other
changes that might affect your project's code in JDK 9, and other things
to consider when testing with JDK 9.
I'd be curious to know if there is anything on that list you'd consider
to have an effect on your project.
Please keep in mind that as JEPs and others changes are integrated into
(or out of) JDK 9, the list will change
over time.
Rgds,Rory
--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland
10 years, 3 months