File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <groupId >org.javaee8</groupId >
99 <artifactId >cdi</artifactId >
1010 <version >1.0-SNAPSHOT</version >
11- <relativePath >../pom.xml</relativePath >
1211 </parent >
1312
1413 <artifactId >bean-discovery-modes</artifactId >
15- <version >1.0-SNAPSHOT</version >
1614 <packaging >war</packaging >
1715
1816 <name >Java EE 8 Samples: CDI - Discovery Modes</name >
19- </project >
17+ </project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<beans xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1 .xsd"
4+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0 .xsd"
55 version =" 2.0" bean-discovery-mode =" all" >
6- </beans >
6+ </beans >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<beans xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1 .xsd"
4+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0 .xsd"
55 version =" 2.0" bean-discovery-mode =" annotated" >
6- </beans >
6+ </beans >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<beans xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1 .xsd"
4+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0 .xsd"
55 version =" 2.0" bean-discovery-mode =" none" >
6- </beans >
6+ </beans >
You can’t perform that action at this time.
0 commit comments