Skip to content

Commit

Permalink
Fixed merge of PR #3946 from eclipse/jetty-9.4.x-3804-Decoration-rename
Browse files Browse the repository at this point in the history
Removed cdi2 module from #3946 for Issue #3804 in jetty-10

Signed-off-by: Greg Wilkins <[email protected]>
  • Loading branch information
gregw committed Aug 12, 2019
1 parent b0da446 commit e08d421
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 64 deletions.
17 changes: 0 additions & 17 deletions jetty-cdi/src/main/config/etc/cdi/jetty-cdi2.xml

This file was deleted.

21 changes: 0 additions & 21 deletions jetty-cdi/src/main/config/etc/cdi/jetty-web-cdi2.xml

This file was deleted.

23 changes: 0 additions & 23 deletions jetty-cdi/src/main/config/modules/cdi2.mod

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ public static Stream<Arguments> tests()

return Stream.of(
// -- Weld --
Arguments.of("weld", "cdi2", null),
Arguments.of("weld", "cdi-spi", null), // Weld >= 3.1.2
Arguments.of("weld", "decorate", null), // Weld >= 3.1.2
// TODO Arguments.of("weld", "cdi-decorate", null), // Weld >= 3.1.3

// -- Apache OpenWebBeans --
Arguments.of("owb", "cdi-spi", removeJettyWebXml),
Arguments.of("owb", "cdi2", null)
Arguments.of("owb", "cdi-spi", removeJettyWebXml)
// Arguments.of("owb", "decorate", null), // Not supported
// Arguments.of("owb", "cdi-decorate", null) // Not supported
);
Expand Down

0 comments on commit e08d421

Please sign in to comment.