| Summary: | EAP62_2010 - [RFE] <...BUMPED...> Logging Unification (RESTEasy) | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brian Stansberry <brian.stansberry> |
| Component: | RESTEasy | Assignee: | Weinan Li <weli> |
| Status: | CLOSED DEFERRED | QA Contact: | Katerina Odabasi <kanovotn> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | jason.greene, jdoyle, kanovotn, myarboro, nziakova, pkremens, rsigal |
| Target Milestone: | GA | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-24 06:50:35 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Brian Stansberry
2013-08-21 20:03:32 UTC
This one will need to be rescheduled to 6.3 since it didn't make the window. Fixed in RESTEasy 2.3.8 Hi Weinan,
I have checked resteasy source code for 2.3.8.Final-redhat branch and I found there logging messages like this:
eagledns/src/main/java/se/unlogic/eagledns/EagleDNS.java:
log.error("Invalid address " + addressString + " specified in config file, skipping address " + e);
and many more.
According to ANDIAMO7 project [1] all errors and warnings should have an unique id.
If you had chosen different way to implement unique ids or I overlooked something, please let me know.
[1] https://issues.jboss.org/browse/ANDIAMO-7
Hi Katerina, We only support these components for RESTEasy in EAP: master:jboss-eap-6.3 weinanli$ find . -name *resteasy*.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-hibernatevalidator-provider/main/resteasy-hibernatevalidator-provider-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.8.Final-redhat-3.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar ./modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.8.Final-redhat-3.jar EagleDNS is not supported. Hi Ron, As I remembered this has been fixed long time ago. But I saw https://issues.jboss.org/browse/RESTEASY-719 is still in open status. Could you please help to confirm this? Thanks! Hey Wei, I've committed to reworking Resteasy logging for i18n, and I worked on it for a while, but I never merged anything. I've agreed to get it done by October 20. See EAP-48 and EAP-49. -Ron (In reply to Ron Sigal from comment #14) > Hey Wei, > > I've committed to reworking Resteasy logging for i18n, and I worked on it > for a while, but I never merged anything. I've agreed to get it done by > October 20. See EAP-48 and EAP-49. > > -Ron Thanks for the info Ron! btw, will it be merged into Branch_2_3 also? Internationalization using JBoss Logging is now implemented in Resteasy 2.3.9, which will ship with EAP 6.4. |