[hawkular/hawkular-ui-components] bf1e6d: fixing the api (the old inventory was still on var...
by Mike Thompson
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-ui-components
Commit: bf1e6d2b324e7c0eedfdcb1da101a412022590bc
https://github.com/hawkular/hawkular-ui-components/commit/bf1e6d2b324e7c0...
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M dist/hawkular-ui-components-directives.js
M dist/hawkular-ui-components-inventory.js
M dist/hawkular-ui-components-metrics.js
M plugins/directives/plugins/topbar/html/topbar.html
M plugins/directives/plugins/topbar/ts/topbarGlobals.ts
M plugins/inventory/plugins/inventory/html/inventory.html
M plugins/inventory/plugins/inventory/ts/inventory.ts
M plugins/metrics/plugins/metrics/html/add-url.html
M plugins/metrics/plugins/metrics/ts/addUrlPage.ts
M plugins/metrics/plugins/metrics/ts/metricsPlugin.ts
Log Message:
-----------
fixing the api (the old inventory was still on various places throughout the code base)
Commit: be71c90fdf976a5b4603ad86fff38718f305192d
https://github.com/hawkular/hawkular-ui-components/commit/be71c90fdf976a5...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M dist/hawkular-ui-components-directives.js
M dist/hawkular-ui-components-inventory.js
M dist/hawkular-ui-components-metrics.js
M plugins/directives/plugins/topbar/html/topbar.html
M plugins/directives/plugins/topbar/ts/topbarGlobals.ts
M plugins/inventory/plugins/inventory/html/inventory.html
M plugins/inventory/plugins/inventory/ts/inventory.ts
M plugins/metrics/plugins/metrics/html/add-url.html
M plugins/metrics/plugins/metrics/ts/addUrlPage.ts
M plugins/metrics/plugins/metrics/ts/metricsPlugin.ts
Log Message:
-----------
Merge pull request #90 from Jiri-Kremser/new-inventory-2
New inventory, fixing the forgotten places that calls the old impl
Compare: https://github.com/hawkular/hawkular-ui-components/compare/4a5fc1e62b66.....
10 years, 12 months
[hawkular/hawkular] f1a7cb: [Hawkular-113] Workaround issue with @Asynchronous...
by Jay Shaughnessy
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular
Commit: f1a7cbb55d0e355d776b6d1803919121ea999f4f
https://github.com/hawkular/hawkular/commit/f1a7cbb55d0e355d776b6d1803919...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M modules/avail-creator/src/main/java/org/hawkular/component/availcreator/AvailPublisher.java
Log Message:
-----------
[Hawkular-113] Workaround issue with @Asynchronous methods
There seems to be an issue with Wildfly 8.2 and concurrent async
rest calls. The problem here may or may not be the same undertow
issue that is plagueing hawkular metrics. I tested layering updated
undertow jars (core, servlet) but it did not solve the problem. There
is some evidence that Wildly 9 (beta2) may improve the metrics issue, but
I was unable to test this againt WF9.
So, for now, the workaround is straightforward, avoid @Asynchronous on
methods in pooled beans, making rest calls.
10 years, 12 months