Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LOGMGR-155] Added XML and JSON formatters. Also some general framewo… #115

Merged
merged 1 commit into from Jun 16, 2017

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Jun 13, 2017

…rk for a StructuredFormatter to allow for oher types of structured data.

https://issues.jboss.org/browse/LOGMGR-155

return writer.toString();
} catch (Exception e) {
// Wrap and rethrow
e.printStackTrace();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be removed.

pom.xml Outdated
<artifactId>javax.json</artifactId>
<version>${version.org.glassfish.javax.json}</version>
<!-- Marked as provided as any valid JSON implementation can be used if the JsonFormatter is desired -->
<scope>provided</scope>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just marked as <scope>test</scope> or possibly even <scope>compile</scope> since the JsonFormatter wouldn't work with some kind of implementation.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the right choice is probably to use "compile" scope but make it optional.

…rk for a StructuredFormatter to allow for oher types of structured data.
@jamezp jamezp merged commit 994267d into jboss-logging:master Jun 16, 2017
@jamezp jamezp deleted the LOGMGR-155 branch June 16, 2017 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants