Skip to content

Commit 0f28fd3

Browse files
authored
Updates versions of beans.xml resources to 4.0 (#9038)
Signed-off-by: Maxim Nesen <[email protected]>
1 parent ca45a8a commit 0f28fd3

File tree

54 files changed

+160
-161
lines changed
  • archetypes/archetypes/src/main/archetype/mp/common/files/src/main/resources/META-INF
  • health/health-checks/src/main/resources/META-INF
  • integrations
    • cdi
      • datasource-hikaricp/src
      • datasource-ucp/src/test/resources/META-INF
      • hibernate-cdi/src/main/resources/META-INF
      • jpa-cdi/src/main/resources/META-INF
      • jta-cdi/src/main/resources/META-INF
    • micronaut/cdi/src/test/resources/META-INF
    • oci/tls-certificates/src/test/resources/META-INF
  • messaging/connectors
  • microprofile
    • bean-validation/src/main/resources/META-INF
    • fault-tolerance/src
    • graphql/server/src/test/resources/META-INF
    • grpc/tests/src/test/resources/META-INF
    • messaging
    • metrics/src/test/resources/META-INF
    • server/src/test/resources/META-INF
    • tests/tck/tck-opentracing/src/test/resources/META-INF
    • websocket/src/test/resources/META-INF
  • tests
    • apps/bookstore
      • bookstore-mp/src/main/resources/META-INF
      • common/src/main/resources/META-INF
    • functional
      • context-propagation/src/main/resources/META-INF
      • jax-rs-multiple-apps/src/main/resources/META-INF
      • jax-rs-subresource/src/main/resources/META-INF
      • mp-compression/src/main/resources/META-INF
      • mp-synthetic-app/src/main/resources/META-INF
      • multiport/src/main/resources/META-INF
      • param-converter-provider/src/main/resources/META-INF
      • request-scope/src/main/resources/META-INF
      • request-scope-cdi/src/main/resources/META-INF
      • request-scope-injection/src/main/resources/META-INF
    • integration
      • jpa
      • mp-bean-validation/src/main/resources/META-INF
      • mp-gh-4123/src/main/resources/META-INF
      • mp-graphql/src/test/resources/META-INF
      • mp-security-client/src/main/resources/META-INF
      • mp-ws-services/src/main/resources/META-INF
      • native-image
      • security
        • gh1487/src/main/resources/META-INF
        • gh2297/src/main/resources/META-INF
        • gh2772/src/main/resources/META-INF
        • path-params/src/main/resources/META-INF
        • security-annotation/src/main/resources/META-INF
      • zipkin-mp-2.2/src/main/resources/META-INF

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+160
-161
lines changed

archetypes/archetypes/src/main/archetype/mp/common/files/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
5-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
6-
version="3.0"
5+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
6+
version="4.0"
77
bean-discovery-mode="annotated">
8-
</beans>
8+
</beans>

health/health-checks/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

integrations/cdi/datasource-hikaricp/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
<scan>
2626
<exclude name="io.helidon.integrations.cdi.datasource.hikaricp.cdi.MicroProfileMetricsTrackerFactory">

integrations/cdi/datasource-hikaricp/src/test/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2021, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

integrations/cdi/datasource-ucp/src/test/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

integrations/cdi/hibernate-cdi/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

integrations/cdi/jpa-cdi/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
<scan>
2626
<exclude name="io.helidon.integrations.cdi.jpa.JtaDataSourceProvider">

integrations/cdi/jta-cdi/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

integrations/micronaut/cdi/src/test/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
<interceptors>
2626
<class>io.helidon.integrations.micronaut.cdi.CdiInterceptor</class>

integrations/oci/tls-certificates/src/test/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023 Oracle and/or its affiliates.
4+
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

messaging/connectors/aq/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>
2626

messaging/connectors/jms/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

messaging/connectors/kafka/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

messaging/connectors/mock/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

messaging/connectors/wls-jms/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2324
bean-discovery-mode="annotated">
2425
</beans>

microprofile/bean-validation/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

microprofile/fault-tolerance/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="none">
2525
</beans>

microprofile/fault-tolerance/src/test/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

microprofile/graphql/server/src/test/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

microprofile/grpc/tests/src/test/resources/META-INF/beans.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

microprofile/messaging/health/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<beans xmlns="https://jakarta.ee/xml/ns/jakartaee"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
22-
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"
23-
version="3.0"
22+
https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"
23+
version="4.0"
2424
bean-discovery-mode="annotated">
2525
</beans>

0 commit comments

Comments
 (0)