[wildfly] Rebuild to fix rhbz#1173536

Marek Goldmann goldmann at fedoraproject.org
Mon Mar 16 09:34:42 UTC 2015


commit 6ede8ffdf68d98ba4f61cbaa5b9db65e0c505222
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Mon Mar 16 10:34:12 2015 +0100

    Rebuild to fix rhbz#1173536

 wildfly.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/wildfly.spec b/wildfly.spec
index 0a12ab7..99a4557 100644
--- a/wildfly.spec
+++ b/wildfly.spec
@@ -19,7 +19,7 @@
 
 Name:             wildfly
 Version:          8.1.0
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          WildFly Application Server
 License:          LGPLv2+ and ASL 2.0 and GPLv2 with exceptions
 URL:              http://wildfly.org/
@@ -385,6 +385,9 @@ rm -rf jsf/injection/src/main/java/org/jboss/as/jsf/injection/MyFaces*
 
 sed -i "s|lucene>3.6.2<|lucene>3<|" pom.xml
 
+# Fix for 'SimpleImmutableSessionAttributes.java:[42,17] variable attributes might not have been initialized'
+sed -i "s|this.attributes.put|map.put|" clustering/web/infinispan/src/main/java/org/wildfly/clustering/web/infinispan/session/SimpleImmutableSessionAttributes.java
+
 %build
 export MAVEN_OPTS="-Xms1024m -Xmx3096m -XX:PermSize=128m -XX:MaxPermSize=384m"
 
@@ -692,6 +695,9 @@ done
 %doc tools/maven/LICENSE
 
 %changelog
+* Mon Mar 16 2015 Marek Goldmann <mgoldman at redhat.com> - 8.1.0-4
+- Rebuild to fix rhbz#1173536
+
 * Mon Jul 28 2014 Marek Goldmann <mgoldman at redhat.com> - 8.1.0-3
 - Rebuild, fixes RHBZ#1122560
 


More information about the scm-commits mailing list