This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 4d19270806 WICKET-7122 Upgrade beans.xml descriptor in Wicket CDI
4d19270806 is described below
commit 4d19270806ce29a6c3924337a45b90738695dfcd
Author: Boleslav Bobcik <[email protected]>
AuthorDate: Sun Sep 15 21:22:07 2024 +0200
WICKET-7122 Upgrade beans.xml descriptor in Wicket CDI
---
wicket-cdi/src/main/resources/META-INF/beans.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/wicket-cdi/src/main/resources/META-INF/beans.xml
b/wicket-cdi/src/main/resources/META-INF/beans.xml
index 6a2f1ec143..25d163b51d 100644
--- a/wicket-cdi/src/main/resources/META-INF/beans.xml
+++ b/wicket-cdi/src/main/resources/META-INF/beans.xml
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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" />
\ No newline at end of file
+<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"
+ version="4.0"
+ bean-discovery-mode="annotated" />