Skip to content

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

Open
OndraZizka wants to merge 4 commits intoseam:developfrom
OndraZizka:master
Open

SEAMWICKET-40 Make dependency on weld-servlet-core truly optional#7
OndraZizka wants to merge 4 commits intoseam:developfrom
OndraZizka:master

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