Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-7122

Update Wicket-CDI bean archive descriptor to use Jakarta XML namespace

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 10.1.0
    • 10.2.0
    • wicket-cdi
    • 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

          Activity

            People

              Unassigned Unassigned
              bbobcik Boleslav Bobčík
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: