Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 29a5ccd25661bcb800276303ea6d452a12033dbf
https://github.com/rhq-project/rhq/commit/29a5ccd25661bcb800276303ea6d452a1…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2018-03-20 (Tue, 20 Mar 2018)
Changed paths:
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
[BZ 1540707] Improve sh/bash detection to support Solaris sh also
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: e846a8eaaa6b99b63f3e3b2b10e9f72b09eddf70
https://github.com/rhq-project/rhq/commit/e846a8eaaa6b99b63f3e3b2b10e9f72b0…
Author: Josejulio Martínez <finwemartinez(a)gmail.com>
Date: 2018-03-08 (Thu, 08 Mar 2018)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/WebRuntimeDiscoveryComponentTest.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/helper/ServerPluginConfiguration.java
M modules/plugins/wfly-10/src/test/java/org/rhq/modules/plugins/wildfly10/WebRuntimeDiscoveryComponentTest.java
Log Message:
-----------
Bug 1537720, 1538697 - Adds default value for isLocal (#346)
* Bug 1537720, 1538697 - Fix tests related to manually adding a server
* Ensure we have a default value for isLocal
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: a2a2e1ed5c68f5cd9b0c5034157f7c13dcde8eca
https://github.com/rhq-project/rhq/commit/a2a2e1ed5c68f5cd9b0c5034157f7c13d…
Author: Josejulio Martínez <finwemartinez(a)gmail.com>
Date: 2018-03-08 (Thu, 08 Mar 2018)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/WebRuntimeDiscoveryComponentTest.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/helper/ServerPluginConfiguration.java
M modules/plugins/wfly-10/src/test/java/org/rhq/modules/plugins/wildfly10/WebRuntimeDiscoveryComponentTest.java
Log Message:
-----------
Bug 1537720, 1538697 - Adds default value for isLocal (#346)
* Bug 1537720, 1538697 - Fix tests related to manually adding a server
* Ensure we have a default value for isLocal
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 332f7f30f54fe95e3185c53c359dd609c5aaba28
https://github.com/rhq-project/rhq/commit/332f7f30f54fe95e3185c53c359dd609c…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2018-03-07 (Wed, 07 Mar 2018)
Changed paths:
M modules/enterprise/server/plugins/wfly-10-patch-bundle/src/main/java/org/rhq/enterprise/server/plugins/wfly10patch/Wildfly10PatchBundleServerPluginComponent.java
M modules/enterprise/server/plugins/wfly-patch-bundle/src/main/java/org/rhq/enterprise/server/plugins/wflypatch/WildflyPatchBundleServerPluginComponent.java
Log Message:
-----------
[BZ 1542206] Change fileName to be the last identity instead of hash of all patches
Commit: cb1e34eb44a9ecd01d6498551fbaa44562b5e70a
https://github.com/rhq-project/rhq/commit/cb1e34eb44a9ecd01d6498551fbaa4456…
Author: Josejulio Martínez <finwemartinez(a)gmail.com>
Date: 2018-03-07 (Wed, 07 Mar 2018)
Changed paths:
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/BaseProcessDiscovery.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/BaseServerComponent.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/WebRuntimeDiscoveryComponent.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/helper/ServerPluginConfiguration.java
Log Message:
-----------
Bug 1538697 - Allow to specify if manually imported EAP as local (#344)
* Bug 1538697 - Allow to specify if manually imported EAP as local
Importing local EAPs follow a similar flow as the autodiscovery
and are allowed to use operations.
* Bug 1538697 - Defaults to local server, but allow remotes if we can't fill all the required info
* Bug 1538697 - Moves code out of the try to avoid catching more Exceptions than expected
Commit: cfbfa51dad58768cefd4102b6091da8c1c98f109
https://github.com/rhq-project/rhq/commit/cfbfa51dad58768cefd4102b6091da8c1…
Author: Josejulio Martínez Magaña <jmartine(a)redhat.com>
Date: 2018-03-07 (Wed, 07 Mar 2018)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseProcessDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebRuntimeDiscoveryComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
Log Message:
-----------
Bug 1537720 - Enable operations functionality for manually imported EAP 6 resources
Changes related to BZ 1538697 were ported to EAP6
Compare: https://github.com/rhq-project/rhq/compare/5837457f16bd...cfbfa51dad58