Early Access builds of JDK 8u76 b02, JDK 9 build b100 & build b99 for JDK 9 with Project Jigsaw are available on java.net
by Rory O'Donnell
Hi Galder,
Early Access b02 <https://jdk8.java.net/download.html> for JDK 8u76 is
available on java.net, summary of changes are listed here
<http://download.java.net/jdk8u76/changes/jdk8u76-b02.html>.
Early Access b100 <https://jdk9.java.net/download/> for JDK 9 is
available on java.net, summary of changes are listed here
<http://download.java.net/jdk9/changes/jdk-9+100.html>.
Early Access b99 <https://jdk9.java.net/jigsaw/> for JDK 9 with Project
Jigsaw is available on java.net, summary of changes are listed here
<http://download.java.net/jigsaw/archive/99/binaries/jdk-9+99.html> .
Dalibor and I will be at FOSDEM '16, Brussels 30 & 31 January, link to
our presentation here.
<https://fosdem.org/2016/schedule/event/preparing_for_jdk_nine/>
Let us know if you will be there, hopefully we can meet up !
Rgds,Rory
--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland
8 years, 11 months
Jboss-logging old dependency
by Petar Tahchiev
Hello all,
I have a spring-boot application with Hibernate 5.0.6 and I'm using
hibernate-infinispan-5.0.6, which is depends on infinispan-7.2.1.Final.
When I start my application I get the following exception:
Caused by: java.lang.IllegalArgumentException: Logger implementation class
org.infinispan.persistence.remote.logging.Log_$logger has no matching
constructor
at org.jboss.logging.Logger$1.run(Logger.java:2562)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2529)
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516)
at org.infinispan.util.logging.LogFactory.getLog(LogFactory.java:21)
at
org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser70.<clinit>(RemoteStoreConfigurationParser70.java:35)
... 198 more
I think it's a mismatch of the jboss-logging versions.
As far as I can see the infinispan brings, jboss-logging-processor
1.1.0.Final, which depends on jboss-logging 3.1.2Final - which is quite
old. Hibernate 5.0.6 depends on jboss-logging 3.3.0.Final. Is it possible
that someone would update the dependencies please, or help me debug this
error?
--
Regards, Petar!
Karlovo, Bulgaria.
---
Public PGP Key at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611
8 years, 11 months
Formal verification (thesis)
by Jakub Senko
Hi all!
I'm considering a thesis topic [1] inspired by the successful use
of automated formal verification methods by Amazon engineers for AWS S3 and others [2].
The basic idea is to use similar tools to verify core parts of Infinispan
by constructing a simplified model (because of the state space explosion).
Most useful areas seem to be the transport layer, command object execution
(get, put, topology change, state transfer), entry locks etc.
On the other hand, I'd exclude transactional operations
which would be too complicated/costly to verify.
Do you think this would be useful for you as the infinispan developers?
Do you have suggestions on what (not) to focus?
I'd be happy for any comments.
Cheers,
Jakub Senko
[1] https://diplomky.redhat.com/topic/show/355/formal-design-of-distributed-h...
[2] http://cacm.acm.org/magazines/2015/4/184701-how-amazon-web-services-uses-...
8 years, 11 months
Atomic counters / sequences over Hot Rod
by Sanne Grinovero
Hi all,
I'm well aware that we don't have support for counters generally
speaking, but for Infinispan in embedded mode I could so far use some
clumsy workarounds: inefficient solutions but at least I could get it
to work.
I'm not as expert in using the remote client though. Could someone
volunteer to draft me some possible solution?
I would still hope the team will attack the issue of having efficient
atomic counters too, but at this very moment I'd be happy with a
temporary, low performance workaround.
Server side scripting maybe?
Thanks,
Sanne
8 years, 12 months