goldmann pushed to wildfly (f20). "Rebuild to fix rhbz#1173536"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 09:12:49 UTC 2015


>From 6ede8ffdf68d98ba4f61cbaa5b9db65e0c505222 Mon Sep 17 00:00:00 2001
From: Marek Goldmann <marek.goldmann at gmail.com>
Date: Mon, 16 Mar 2015 10:34:12 +0100
Subject: Rebuild to fix rhbz#1173536


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/wildfly.git/commit/?h=f20&id=6ede8ffdf68d98ba4f61cbaa5b9db65e0c505222


More information about the scm-commits mailing list