Branch: refs/heads/release/jon3.2.x
Home: https://github.com/rhq-project/rhq
Commit: 0a0bfedeafa7f1f0354181ec28ffa5f9cd280a9a
https://github.com/rhq-project/rhq/commit/0a0bfedeafa7f1f0354181ec28ffa5f9c…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerConfiguration.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerConfigurationConstants.java
A modules/enterprise/comm/src/test/java/org/rhq/enterprise/communications/ServiceContainerConfigurationTest.java
M modules/enterprise/server/jar/src/main/resources/server-comm-configuration.xml
Log Message:
-----------
BZ 1166383 - ensure a transport param is added to the remoting locator URL
(cherry picked from commit 2a2ffa4dc443f0064365e7ef56deee4b9e3c688d)
Conflicts:
modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
Commit: 9cf449a0450c041e4609b67c5f86da9a17ccad84
https://github.com/rhq-project/rhq/commit/9cf449a0450c041e4609b67c5f86da9a1…
Author: Larry O'Leary <loleary(a)redhat.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/command/client/JBossRemotingRemoteCommunicator.java
Log Message:
-----------
BZ-1049009 - JBoss Remoting SSL transport fails due to stale connections
This is a bug in JBoss Remoting 2.2.2.SP8 and was identified in
https://issues.jboss.org/browse/JBREM-1245. The fix from JBREM-1245 can not
easily be ported to 2.2.2 due to the code basis being different.
To fix this without needing a new version of JBoss Remoting, the rawSend
method has been updated to retry the request in the event that we receive
an RMI exception wrapped around the SSLException. As this is only done on
connection failure, the impact should be very low to normal operation of
the comm layer.
(cherry picked from commit 7160d4a1468f567654bea4ca60a625c3362a4492)
(cherry picked from commit 533a9ad74225fe952a1a553bf1c3588d98f35c06)
Compare: https://github.com/rhq-project/rhq/compare/97c4f6e937d6...9cf449a0450c
Branch: refs/heads/RHQ_4_9_0_JON323GA/bug/1175851
Home: https://github.com/rhq-project/rhq
Commit: 0a0bfedeafa7f1f0354181ec28ffa5f9cd280a9a
https://github.com/rhq-project/rhq/commit/0a0bfedeafa7f1f0354181ec28ffa5f9c…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerConfiguration.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerConfigurationConstants.java
A modules/enterprise/comm/src/test/java/org/rhq/enterprise/communications/ServiceContainerConfigurationTest.java
M modules/enterprise/server/jar/src/main/resources/server-comm-configuration.xml
Log Message:
-----------
BZ 1166383 - ensure a transport param is added to the remoting locator URL
(cherry picked from commit 2a2ffa4dc443f0064365e7ef56deee4b9e3c688d)
Conflicts:
modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
Commit: 9cf449a0450c041e4609b67c5f86da9a17ccad84
https://github.com/rhq-project/rhq/commit/9cf449a0450c041e4609b67c5f86da9a1…
Author: Larry O'Leary <loleary(a)redhat.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/command/client/JBossRemotingRemoteCommunicator.java
Log Message:
-----------
BZ-1049009 - JBoss Remoting SSL transport fails due to stale connections
This is a bug in JBoss Remoting 2.2.2.SP8 and was identified in
https://issues.jboss.org/browse/JBREM-1245. The fix from JBREM-1245 can not
easily be ported to 2.2.2 due to the code basis being different.
To fix this without needing a new version of JBoss Remoting, the rawSend
method has been updated to retry the request in the event that we receive
an RMI exception wrapped around the SSLException. As this is only done on
connection failure, the impact should be very low to normal operation of
the comm layer.
(cherry picked from commit 7160d4a1468f567654bea4ca60a625c3362a4492)
(cherry picked from commit 533a9ad74225fe952a1a553bf1c3588d98f35c06)
Compare: https://github.com/rhq-project/rhq/compare/0a0bfedeafa7^...9cf449a0450c
Branch: refs/heads/jkremser/bz1175774
Home: https://github.com/rhq-project/rhq
Commit: ce349f22ad0ef0a9724d812e52e951057faf9092
https://github.com/rhq-project/rhq/commit/ce349f22ad0ef0a9724d812e52e951057…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M modules/core/domain/pom.xml
M modules/enterprise/remoting/client-deps/pom.xml
M modules/enterprise/server/jar/pom.xml
M modules/helpers/inventory-serializer/pom.xml
M modules/plugins/jmx/pom.xml
M modules/plugins/mod-cluster/pom.xml
M pom.xml
Log Message:
-----------
[BZ 1175774] - Make JBoss ON code base buildable with jdk 8 - talking Maven to build with Java 8
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 9c374100de109ffa2f759a16b96da5ec20dc8a9a
https://github.com/rhq-project/rhq/commit/9c374100de109ffa2f759a16b96da5ec2…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-12-17 (Wed, 17 Dec 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
Log Message:
-----------
[1174841] UnsupportedOperationException on mergeInventoryReport()
Avoid the use of Iterator.remove() because Resources coming from the
Agent may be using a customized impl for Resource.childResources (like
CopyOnWriteArraySet). The solution "lazily protects" because the
problem scenario is rare (restype reported by agent is not
present on the server) and we don't want to do any unnecessary work (like
changing the Set impl in advance).
Commit: 1a5977e4f6644aa4a72cca072159d8cee51dfddb
https://github.com/rhq-project/rhq/commit/1a5977e4f6644aa4a72cca072159d8cee…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
Log Message:
-----------
Merge pull request #155 from rhq-project/jshaughn/bz1174841
[1174841] UnsupportedOperationException on mergeInventoryReport()
Compare: https://github.com/rhq-project/rhq/compare/dbbae53dfdf2...1a5977e4f664
Branch: refs/heads/jshaughn/bz1174841
Home: https://github.com/rhq-project/rhq
Commit: 9c374100de109ffa2f759a16b96da5ec20dc8a9a
https://github.com/rhq-project/rhq/commit/9c374100de109ffa2f759a16b96da5ec2…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-12-17 (Wed, 17 Dec 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
Log Message:
-----------
[1174841] UnsupportedOperationException on mergeInventoryReport()
Avoid the use of Iterator.remove() because Resources coming from the
Agent may be using a customized impl for Resource.childResources (like
CopyOnWriteArraySet). The solution "lazily protects" because the
problem scenario is rare (restype reported by agent is not
present on the server) and we don't want to do any unnecessary work (like
changing the Set impl in advance).
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 5c1c442d88b389a6feac72aae657d240a3210bfe
https://github.com/rhq-project/rhq/commit/5c1c442d88b389a6feac72aae657d240a…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-11-05 (Wed, 05 Nov 2014)
Changed paths:
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container/pom.xml
M pom.xml
Log Message:
-----------
Maven should update dev-container agent library files
Commit: 0157dc64391bee4a31d3c25c48fa5410a51fa790
https://github.com/rhq-project/rhq/commit/0157dc64391bee4a31d3c25c48fa5410a…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-11-05 (Wed, 05 Nov 2014)
Changed paths:
M modules/common/drift/pom.xml
M modules/core/client-api/pom.xml
M modules/core/comm-api/pom.xml
M modules/core/native-system/pom.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container/pom.xml
M modules/core/util/pom.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/comm/pom.xml
Log Message:
-----------
Add common-drift, core-client-api, core-comm-api, core-native-system, core-util, enterprise-agent and enterprise-comm jars to the update list. Fix properties names on plugin-api and plugin-container
Commit: 10e36f9a99c84826493f970abe07fd9949639cab
https://github.com/rhq-project/rhq/commit/10e36f9a99c84826493f970abe07fd994…
Author: Michael Burman <yak(a)iki.fi>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M modules/common/drift/pom.xml
M modules/core/client-api/pom.xml
M modules/core/comm-api/pom.xml
M modules/core/native-system/pom.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container/pom.xml
M modules/core/util/pom.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/comm/pom.xml
M pom.xml
Log Message:
-----------
Merge pull request #126 from burmanm/agent_devcontainer
Maven should update dev-container agent library files
Compare: https://github.com/rhq-project/rhq/compare/ec41d744b0cb...10e36f9a99c8
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: e7dda682db9546961d370bed125186b867cd85b1
https://github.com/rhq-project/rhq/commit/e7dda682db9546961d370bed125186b86…
Author: Michael Burman <yak(a)iki.fi>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
Revert "Ensure that the server and agent scripts propagate SIGTERM in foreground..."
Commit: ec41d744b0cba8640dbcb0203c52701b4d469c00
https://github.com/rhq-project/rhq/commit/ec41d744b0cba8640dbcb0203c52701b4…
Author: Michael Burman <yak(a)iki.fi>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
Merge pull request #152 from rhq-project/revert-149-sigterm-propagation
Revert "Ensure that the server and agent scripts propagate SIGTERM in fo...
Compare: https://github.com/rhq-project/rhq/compare/3e12199e2f24...ec41d744b0cb
Branch: refs/heads/revert-149-sigterm-propagation
Home: https://github.com/rhq-project/rhq
Commit: e7dda682db9546961d370bed125186b867cd85b1
https://github.com/rhq-project/rhq/commit/e7dda682db9546961d370bed125186b86…
Author: Michael Burman <yak(a)iki.fi>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
Revert "Ensure that the server and agent scripts propagate SIGTERM in foreground..."