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

SEAMWICKET-40 Make dependency on weld-servlet-core truly optional #7

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

OndraZizka
Copy link

Hi, these are changes which will make using seam-wicket easier in embedded container in Java SE applications using weld-se-core (can't be used together with weld-servlet-core, both have own bootstrap).

Class changes allow people to use only @Inject in wicket components, without Conversation.
Conversation is @RequestScoped, which is handled by weld-servlet-core.
I suggest to modify weld-servlet-core so it doesn't bootstrap weld if it's already done by weld-se-core.

The POM change only explicitly states the dependency on weld-servlet-core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant