Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
10.1.0
-
None
Description
The latest release of Wicket-CDI contains bean archive descriptor referencing JavaEE namespace. Current source, version 10.1.0:
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" version="1.1" bean-discovery-mode="annotated" />
I believe that in association with WICKET-6882 the descriptor should be changed to use Jakarta namespace, e.g.:
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd" bean-discovery-mode="annotated" />
Attachments
Issue Links
- Is contained by
-
WICKET-6882 Migrate to Jakarta EE
- Open
- links to