-
Bug
-
Resolution: Done
-
Major
-
3.1.0.Final
-
None
It is required for EAP7 to contain all features from EAP6.
Per https://issues.jboss.org/browse/ANDIAMO-7, in EAP6 every serious log message (warn, error, fatal) should have a unique code that can be used to identify it.
However, I have found two logging invocations that are not intnationalized.
file: resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/factory/ApacheHttpClient4EngineFactory.java
lines: 32, 105
code:
LogMessages.LOGGER.warn("Please consider updating the version of ApacheHttpClient being used. Version 4.3.6+ is recommended.");
- is cloned by
-
JBEAP-8295 Resteasy 3 missing jboss logging internationalization
- Closed