[08/32] tomee git commit: Delete mp

2018-03-12 Thread rmannibucau
Delete mp



Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0a0ddab9
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0a0ddab9
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0a0ddab9

Branch: refs/heads/fb_tomee8
Commit: 0a0ddab90e50c84197ee8be409a5a9d0a6f1920f
Parents: f39497f
Author: Andy Gumbrecht 
Authored: Mon Feb 12 22:35:05 2018 +0100
Committer: Andy Gumbrecht 
Committed: Mon Feb 12 22:35:05 2018 +0100

--
 microprofile/microprofile-config/pom.xml| 41 -
 .../config/MicroprofileConfigTest.java  | 37 
 .../java/org/superbiz/config/BeanAppScoped.java | 20 -
 .../src/test/resources/arquillian.xml   | 33 --
 microprofile/pom.xml| 46 
 5 files changed, 177 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tomee/blob/0a0ddab9/microprofile/microprofile-config/pom.xml
--
diff --git a/microprofile/microprofile-config/pom.xml 
b/microprofile/microprofile-config/pom.xml
deleted file mode 100644
index cce11b2..000
--- a/microprofile/microprofile-config/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0;
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-
-  4.0.0
-
-  
-microprofile
-org.apache.tomee
-7.0.5-SNAPSHOT
-  
-
-  microprofile-config
-  Microprofile :: Config
-
-  
-
-  org.apache.geronimo.config
-  geronimo-config-impl
-
-  
-
-
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tomee/blob/0a0ddab9/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
--
diff --git 
a/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
 
b/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
deleted file mode 100644
index 25f2fc0..000
--- 
a/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.tomee.microprofile.config;
-
-import org.jboss.arquillian.container.test.api.Deployment;
-import org.jboss.arquillian.junit.Arquillian;
-import org.jboss.arquillian.test.api.ArquillianResource;
-import org.jboss.shrinkwrap.api.Archive;
-import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.asset.EmptyAsset;
-import org.jboss.shrinkwrap.api.spec.WebArchive;
-import org.junit.Assert;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.superbiz.config.BeanAppScoped;
-
-import java.net.URL;
-
-@RunWith(Arquillian.class)
-public class MicroprofileConfigTest {
-
-@Deployment
-public static Archive createDeployment() {
-final WebArchive war = ShrinkWrap.create(WebArchive.class)
-.addClass(BeanAppScoped.class)
-.addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml");
-
-System.out.println(war.toString(true));
-return war;
-}
-
-@ArquillianResource
-private URL url;
-
-@Test
-public void should_get_config_parameter() {
-Assert.fail("Not yet implemented for " + url);
-}
-}

http://git-wip-us.apache.org/repos/asf/tomee/blob/0a0ddab9/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
--
diff --git 
a/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
 
b/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
deleted file mode 100644
index efe40ff..000
--- 
a/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.superbiz.config;
-
-import org.eclipse.microprofile.config.inject.ConfigProperty;
-import javax.enterprise.context.ApplicationScoped;
-import org.jboss.arquillian.core.api.annotation.Inject;
-
-import javax.annotation.PostConstruct;
-
-@ApplicationScoped
-public class BeanAppScoped {
-
-@PostConstruct
-public void postConstruct() {
-System.out.println("BeanAppScoped created");
-}
-
-@Inject
-@ConfigProperty(name="my.string.value", defaultValue = "nothing")
-private String myString;
-}


tomee git commit: Delete mp

2018-02-12 Thread andygumbrecht
Repository: tomee
Updated Branches:
  refs/heads/master f39497feb -> 0a0ddab90


Delete mp



Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0a0ddab9
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0a0ddab9
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0a0ddab9

Branch: refs/heads/master
Commit: 0a0ddab90e50c84197ee8be409a5a9d0a6f1920f
Parents: f39497f
Author: Andy Gumbrecht 
Authored: Mon Feb 12 22:35:05 2018 +0100
Committer: Andy Gumbrecht 
Committed: Mon Feb 12 22:35:05 2018 +0100

--
 microprofile/microprofile-config/pom.xml| 41 -
 .../config/MicroprofileConfigTest.java  | 37 
 .../java/org/superbiz/config/BeanAppScoped.java | 20 -
 .../src/test/resources/arquillian.xml   | 33 --
 microprofile/pom.xml| 46 
 5 files changed, 177 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tomee/blob/0a0ddab9/microprofile/microprofile-config/pom.xml
--
diff --git a/microprofile/microprofile-config/pom.xml 
b/microprofile/microprofile-config/pom.xml
deleted file mode 100644
index cce11b2..000
--- a/microprofile/microprofile-config/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0;
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-
-  4.0.0
-
-  
-microprofile
-org.apache.tomee
-7.0.5-SNAPSHOT
-  
-
-  microprofile-config
-  Microprofile :: Config
-
-  
-
-  org.apache.geronimo.config
-  geronimo-config-impl
-
-  
-
-
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tomee/blob/0a0ddab9/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
--
diff --git 
a/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
 
b/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
deleted file mode 100644
index 25f2fc0..000
--- 
a/microprofile/microprofile-config/src/test/java/org/apache/tomee/microprofile/config/MicroprofileConfigTest.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.tomee.microprofile.config;
-
-import org.jboss.arquillian.container.test.api.Deployment;
-import org.jboss.arquillian.junit.Arquillian;
-import org.jboss.arquillian.test.api.ArquillianResource;
-import org.jboss.shrinkwrap.api.Archive;
-import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.asset.EmptyAsset;
-import org.jboss.shrinkwrap.api.spec.WebArchive;
-import org.junit.Assert;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.superbiz.config.BeanAppScoped;
-
-import java.net.URL;
-
-@RunWith(Arquillian.class)
-public class MicroprofileConfigTest {
-
-@Deployment
-public static Archive createDeployment() {
-final WebArchive war = ShrinkWrap.create(WebArchive.class)
-.addClass(BeanAppScoped.class)
-.addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml");
-
-System.out.println(war.toString(true));
-return war;
-}
-
-@ArquillianResource
-private URL url;
-
-@Test
-public void should_get_config_parameter() {
-Assert.fail("Not yet implemented for " + url);
-}
-}

http://git-wip-us.apache.org/repos/asf/tomee/blob/0a0ddab9/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
--
diff --git 
a/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
 
b/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
deleted file mode 100644
index efe40ff..000
--- 
a/microprofile/microprofile-config/src/test/java/org/superbiz/config/BeanAppScoped.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.superbiz.config;
-
-import org.eclipse.microprofile.config.inject.ConfigProperty;
-import javax.enterprise.context.ApplicationScoped;
-import org.jboss.arquillian.core.api.annotation.Inject;
-
-import javax.annotation.PostConstruct;
-
-@ApplicationScoped
-public class BeanAppScoped {
-
-@PostConstruct
-public void postConstruct() {
-System.out.println("BeanAppScoped created");
-}
-
-@Inject
-@ConfigProperty(name="my.string.value", defaultValue = "nothing")
-private String myString;
-}