[
https://issues.apache.org/jira/browse/DELTASPIKE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407627#comment-17407627
]
Alex Roytman commented on DELTASPIKE-1434:
------------------------------------------
deltaspike-core-impl jakarta artifacts embeds api artifact and references non
jakarta artifact in its pom
excluding api artifact resolves the issue of duplicate beans however exception
is still thrown
{noformat}
Exception in thread "main" org.jboss.weld.exceptions.DeploymentException:
Exception List with 6 exceptions:Exception in thread "main"
org.jboss.weld.exceptions.DeploymentException: Exception List with 6
exceptions:Exception 0 :org.jboss.weld.exceptions.DeploymentException:
WELD-001408: Unsatisfied dependencies for type DeltaSpikeContextExtension with
qualifiers @Default at injection point [BackedAnnotatedField] @Inject private
org.apache.deltaspike.core.impl.scope.window.WindowContextProducer.deltaSpikeContextExtension
at
org.apache.deltaspike.core.impl.scope.window.WindowContextProducer.deltaSpikeContextExtension(WindowContextProducer.java:0)
at
org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:378)
at
org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:290)
at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:143)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:164) at
org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:526) at
org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:64)
at
org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:62)
at
org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:62){noformat}
> Namespace change javax to jakarta
> ---------------------------------
>
> Key: DELTASPIKE-1434
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1434
> Project: DeltaSpike
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Core
> Affects Versions: 1.9.5
> Reporter: John Smith
> Assignee: Mark Struberg
> Priority: Major
>
> Is there a plan to make the namespace change from javax to jakartaee. Seems
> to be required to use deltaspike in the future.
> https://jakarta.ee/compatibility/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)