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-152] Multi-process support #111

Merged
merged 3 commits into from Apr 26, 2017
Merged

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Apr 19, 2017

No description provided.

@dmlloyd
Copy link
Member Author

dmlloyd commented Apr 19, 2017

This PR is not high priority.

Note also that this PR causes LogManager to require Java 8, and introduces a dependency.

@dmlloyd
Copy link
Member Author

dmlloyd commented Apr 19, 2017

@dmlloyd
Copy link
Member Author

dmlloyd commented Apr 19, 2017

Also this should probably be held until there's a stable (non-snapshot) wildfly-common release with the required methods.

pom.xml Outdated
</properties>

<dependencies>
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
<version>1.2.0.Beta10-SNAPSHOT</version>
Copy link
Member

Choose a reason for hiding this comment

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

Is this supposed to be a snapshot?

Copy link
Member

Choose a reason for hiding this comment

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

Never mind I didn't read the comments first :)

@jamezp jamezp merged commit ac60c7a into jboss-logging:master Apr 26, 2017
@ctomc
Copy link

ctomc commented May 8, 2017

This now introduces runtime dependency to wildfly-common
Which is especially problematic when using it standalone when running tests and you now start getting CNFE.

@jamezp
Copy link
Member

jamezp commented May 8, 2017

I think we just need to change to scope to <scope>runtime</scope>. It will make it a transitive dependency, but it is required so I think that is appropriate.

@dmlloyd dmlloyd deleted the logmgr-152 branch May 24, 2017 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants