]
Paul Ferraro commented on WFLY-3345:
------------------------------------
I'm escalating this to blocker, to encourage this to be merged for 8.1.0.Final.
Compilation error in clustering/web/infinispan w/ JDK 8u20 and
Windows
----------------------------------------------------------------------
Key: WFLY-3345
URL:
https://issues.jboss.org/browse/WFLY-3345
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering
Affects Versions: 8.1.0.CR2
Reporter: Juergen Zimmermann
Assignee: Paul Ferraro
Priority: Blocker
Fix For: 8.1.0.Final, 9.0.0.Alpha1
In
clustering/web/infinispan/src/main/java/org/wildfly/clustering/web/infinispan/session/SimpleImmutableSessionAttributes.java
I'm getting the following compilation error which IMHO is also a logical error:
{code}
[ERROR]
/C:/temp/wildfly-8.1.0.CR2/clustering/web/infinispan/src/main/java/org/wildfly/clustering/web/infinispan/session/SimpleImmutableSessionAttributes.java:[42,17]
variable attributes might not have been initialized
{code}