Removed README documentation about wicket-cdi-1.1
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6bda62d6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6bda62d6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6bda62d6 Branch: refs/heads/WICKET-6563 Commit: 6bda62d632cff366e5e55d81f4f902bf6359f258 Parents: 578a91a Author: Andrea Del Bene <[email protected]> Authored: Fri Oct 26 17:45:41 2018 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Fri Oct 26 17:45:41 2018 +0200 ---------------------------------------------------------------------- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6bda62d6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 862685e..54f5082 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ You will find the source code here: |-- wicket-auth-roles |-- wicket-bean-validation |-- wicket-cdi - |-- wicket-cdi-1.1 |-- wicket-core |-- wicket-devutils |-- wicket-eclipse-settings @@ -114,8 +113,6 @@ Here is a list of projects in this distribution and what they do. - wicket-bean-validation: validates beans with annotation based on javax.validation; - wicket-cdi: the context and dependency injection of the jee standard for wicket; - - wicket-cdi-1.1: the context and dependency injection of the jee standard 1.1 - for wicket; - wicket-devutils: some utils to help debugging wicket; - wicket-experimental: experimental implementations for wicket; - wicket-native-websocket: wicket's native web sockets integration @@ -173,11 +170,9 @@ the src/ folder. Google Guice (http://code.google.com/p/google-guice/) - - wicket-cdi / wicket-cdi-1.1: - Component Dependency Injection - (http://www.oracle.com/technetwork/articles/java/cdi-javaee-bien-225152.html - and - http://download.oracle.com/otndocs/jcp/cdi-1_1-pr-spec/index.html) + - wicket-cdi: + Component Dependency Injection 2.0 + (http://cdi-spec.org/) - wicket-examples:
