[JBoss JIRA] (WFLY-12941) Microprofile count metrics does not increase in wildfly17
by Bartosz Baranowski (Jira)
[ https://issues.redhat.com/browse/WFLY-12941?page=com.atlassian.jira.plugi... ]
Bartosz Baranowski resolved WFLY-12941.
---------------------------------------
Fix Version/s: 18.0.0.Final
Assignee: Bartosz Baranowski (was: Jeff Mesnil)
Resolution: Out of Date
Resolving based on Reporters last comment - fixed in 18.
> Microprofile count metrics does not increase in wildfly17
> ----------------------------------------------------------
>
> Key: WFLY-12941
> URL: https://issues.redhat.com/browse/WFLY-12941
> Project: WildFly
> Issue Type: Bug
> Components: MP Metrics
> Reporter: alireza alallah
> Assignee: Bartosz Baranowski
> Priority: Major
> Fix For: 18.0.0.Final
>
>
> for example
> @Path("/")
> public class RESTEndpoints {
>
> @GET
> @Path("/hello")
> @Counted(name"total_count",absolute = true)
> public String hello(@DefaultValue("my friend!") @QueryParam("name") String name) {
> return "Hello "+name;
>
> }
>
> }
> Now in http://localhost:9990/metrics *total_count* metric does not increase after invoke endpoint.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-12088) JAR does not supported for deployment-overlays mechanism
by Bartosz Baranowski (Jira)
[ https://issues.redhat.com/browse/WFLY-12088?page=com.atlassian.jira.plugi... ]
Bartosz Baranowski reassigned WFLY-12088:
-----------------------------------------
Assignee: Bartosz Baranowski (was: Richard Opalka)
> JAR does not supported for deployment-overlays mechanism
> --------------------------------------------------------
>
> Key: WFLY-12088
> URL: https://issues.redhat.com/browse/WFLY-12088
> Project: WildFly
> Issue Type: Bug
> Components: Class Loading
> Affects Versions: 16.0.0.Final
> Reporter: Vlad Filipp
> Assignee: Bartosz Baranowski
> Priority: Major
>
> When trying to make a link from an overlay to a JAR, classes from overlay libraries are not loaded for a linked JAR.
> The situation is similar when creating a link to a JAR which is located inside EAR.
> Should overlay deployment mechanism be supported for JARs?
> Example standalone.xml:
> {code:java}
> <deployment-overlays>
> ...
> <deployment-overlay name="my-overlay-n1">
> <content ...>
> <deployment name="my-jar-inside-ear-use-overlays-libs.jar"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-12088) JAR does not supported for deployment-overlays mechanism
by Bartosz Baranowski (Jira)
[ https://issues.redhat.com/browse/WFLY-12088?page=com.atlassian.jira.plugi... ]
Bartosz Baranowski edited comment on WFLY-12088 at 1/15/20 1:53 AM:
--------------------------------------------------------------------
Hi [~vladimirfrankov] could you please attach reproducer or full description with steps to trigger failure?
was (Author: baranowb):
Hi [~vladimirfrankov] could you please attach reproducer or steps to trigger failure?
> JAR does not supported for deployment-overlays mechanism
> --------------------------------------------------------
>
> Key: WFLY-12088
> URL: https://issues.redhat.com/browse/WFLY-12088
> Project: WildFly
> Issue Type: Bug
> Components: Class Loading
> Affects Versions: 16.0.0.Final
> Reporter: Vlad Filipp
> Assignee: Richard Opalka
> Priority: Major
>
> When trying to make a link from an overlay to a JAR, classes from overlay libraries are not loaded for a linked JAR.
> The situation is similar when creating a link to a JAR which is located inside EAR.
> Should overlay deployment mechanism be supported for JARs?
> Example standalone.xml:
> {code:java}
> <deployment-overlays>
> ...
> <deployment-overlay name="my-overlay-n1">
> <content ...>
> <deployment name="my-jar-inside-ear-use-overlays-libs.jar"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-12088) JAR does not supported for deployment-overlays mechanism
by Bartosz Baranowski (Jira)
[ https://issues.redhat.com/browse/WFLY-12088?page=com.atlassian.jira.plugi... ]
Bartosz Baranowski commented on WFLY-12088:
-------------------------------------------
Hi [~vladimirfrankov] could you please attach reproducer or steps to trigger failure?
> JAR does not supported for deployment-overlays mechanism
> --------------------------------------------------------
>
> Key: WFLY-12088
> URL: https://issues.redhat.com/browse/WFLY-12088
> Project: WildFly
> Issue Type: Bug
> Components: Class Loading
> Affects Versions: 16.0.0.Final
> Reporter: Vlad Filipp
> Assignee: Richard Opalka
> Priority: Major
>
> When trying to make a link from an overlay to a JAR, classes from overlay libraries are not loaded for a linked JAR.
> The situation is similar when creating a link to a JAR which is located inside EAR.
> Should overlay deployment mechanism be supported for JARs?
> Example standalone.xml:
> {code:java}
> <deployment-overlays>
> ...
> <deployment-overlay name="my-overlay-n1">
> <content ...>
> <deployment name="my-jar-inside-ear-use-overlays-libs.jar"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-4930) [DMN Designer] Remove UUID from Alerts panel validation messages
by Roger Martinez (Jira)
[ https://issues.redhat.com/browse/DROOLS-4930?page=com.atlassian.jira.plug... ]
Roger Martinez commented on DROOLS-4930:
----------------------------------------
Hey [~jomarko], yes I think so, although IMO there a a few gaps to consider yet.
Think that the idea is having some String that references the element in the output logs, so:
* if some name is present for the element, probably no need for UUID
* But in case a node has no name, for example just when adding a gateway, which reference you'll use on the logs? There is only UUID available I would say
* Also, it can be a point where names are duplicated accross elements, so that may be confusing also just to display the name where there exist several related nodes, right?
So I think the solution, whatever it is, may apply to both DMN and BPMN, but it's not yet clear for me how to behave...
Thx!
> [DMN Designer] Remove UUID from Alerts panel validation messages
> -----------------------------------------------------------------
>
> Key: DROOLS-4930
> URL: https://issues.redhat.com/browse/DROOLS-4930
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
>
> Validation of a DMN diagram can lead to messages being shown in the Alerts Panel.
> Stunner is appending the UUID to the message. See [CoreTranslationMessages.getElementValidationMessage()|https://github.com/...]
> [~tirelli] has requested their removal.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months