Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 0607f52e542de726cee5955b8c5a5e70b30a225e
https://github.com/rhq-project/rhq/commit/0607f52e542de726cee5955b8c5a5e70b…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths:
M modules/enterprise/server/plugins/alertdef-rhq/src/main/java/org/rhq/enterprise/server/plugins/alertdef/AlertDefinitionServerPluginComponent.java
Log Message:
-----------
[BZ 1488179] Force collection intervals to be updated even if alert definitions are not replaced
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 63ba33ab9805767f18a642c54744ab59f9cb1df7
https://github.com/rhq-project/rhq/commit/63ba33ab9805767f18a642c54744ab59f…
Author: Ruben Vargas <rvargasp(a)redhat.com>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/Redeployer.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
Change redeploy check, using deploy name instead of runtime-name
Commit: ff024d886e4d2aeea18896d790a1a93557805643
https://github.com/rhq-project/rhq/commit/ff024d886e4d2aeea18896d790a1a9355…
Author: Josejulio Martínez <finwemartinez(a)gmail.com>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/Redeployer.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
Merge pull request #336 from rubenvp8510/BZ1503826
Bug 1503826 - Change redeploy check, using deploy name instead of runtime-name
Compare: https://github.com/rhq-project/rhq/compare/d3f4f010574f...ff024d886e4d
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 51c0fba148831bbfcab67299e0da999dc0a2eb17
https://github.com/rhq-project/rhq/commit/51c0fba148831bbfcab67299e0da999dc…
Author: Josejulio Martínez <jmartine(a)redhat.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/BaseServerComponent.java
Log Message:
-----------
Bug 1328532 - Fail when trying to secure setup CLI with an incompatible setup
Setup CLI operation will fail in the following cases:
Store Password Method: Plain
1) Truststore path is not set
2) Secure connection is not enabled
Store Password Method: Vault
3) Vault definition was not found in server configuration file
4) Could not find ssl configuration for management interface
5) Cannot store truststore passwords using vault, because it is not supported by this version of EAP
Commit: bd808775c4032275403372f8dc465ca5070c5f46
https://github.com/rhq-project/rhq/commit/bd808775c4032275403372f8dc465ca50…
Author: Josejulio Martínez <jmartine(a)redhat.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
Log Message:
-----------
Bug 1328540 - Fail when trying to secure setup CLI with an incompatible setup
[jbossas7]
Setup CLI operation will fail in the following cases:
Store Password Method: Plain
1) Truststore path is not set
2) Secure connection is not enabled
Store Password Method: Vault
3) Vault definition was not found in server configuration file
4) Could not find ssl configuration for management interface
5) Cannot store truststore passwords using vault, because it is not supported by this version of EAP
Commit: 18bb5d0f8e66a710bc3a74409e1cf0e9b56b0c1d
https://github.com/rhq-project/rhq/commit/18bb5d0f8e66a710bc3a74409e1cf0e9b…
Author: Ruben Vargas <rvargasp(a)redhat.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/NamingBindingComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Environment and cache parameters added to subsystem=naming/binding for EAP6
Commit: 116a931c82dd74b8f9689b4431da1609297e27f0
https://github.com/rhq-project/rhq/commit/116a931c82dd74b8f9689b4431da16092…
Author: Ruben Vargas <ruben.vp8510(a)gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
A modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/NamingBindingComponent.java
M modules/plugins/wfly-10/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Enviroment parameter added to named subsystem
Commit: 07a6628f3ba0f84904ff6bd14fa8ca9950a426d2
https://github.com/rhq-project/rhq/commit/07a6628f3ba0f84904ff6bd14fa8ca995…
Author: Ruben Vargas <ruben.vp8510(a)gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M modules/plugins/wfly-10/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Added cache field on subsystem=naming/binding
Compare: https://github.com/rhq-project/rhq/compare/3b6e654e2db7...07a6628f3ba0