This is an automated email from the ASF dual-hosted git repository.

jungm pushed a change to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


    from 5c81559  Record the faces-old CI wiring in the triage list
     new c95b49b  Drop dead configuration knobs and make --metadata-only real
     new b31ceeb  Inherit the TomEE port defaults from the runner-standalone 
parent
     new cea6789  Share the Faces TCK and Ant pins through the 
runner-standalone parent
     new 751e001  Manage shared plugin and sigtest versions in the root pom
     new 93d4176  Deduplicate the webprofile Derby JDBC settings
     new e4fd6f5  Derive the standalone runner module list and reuse the 
prebuilt reactor
     new 5353517  Fold the smoke stages into a JDK matrix
     new 504cd99  Share the DI TCK suite construction between both entry points
     new 58f353d  Propagate tck.derby.port into the staged tomee.xml datasources
     new 27302f7  Reduce the webprofile manifest to per-partition overrides

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        | 59 +++++++++------------
 README.md                                          |  4 +-
 environment/tomee/conf/tomee.xml                   |  9 ++--
 environment/verify-inputs.sh                       | 11 +++-
 environment/versions.env                           |  7 ++-
 pom.xml                                            | 60 +++++++++++++++++++++-
 runner-smoke/pom.xml                               |  1 -
 runner-standalone/README.md                        |  7 ++-
 runner-standalone/annotations-install/pom.xml      |  4 --
 runner-standalone/annotations/pom.xml              |  2 -
 runner-standalone/authentication/pom.xml           |  2 -
 runner-standalone/cdi-ee/pom.xml                   |  5 --
 runner-standalone/cdi/pom.xml                      |  5 --
 runner-standalone/concurrency/pom.xml              |  7 ---
 runner-standalone/data/pom.xml                     | 28 ----------
 .../{tomee-conf-filtered => tomee-conf}/tomee.xml  |  6 +--
 runner-standalone/debugging-install/pom.xml        |  5 --
 runner-standalone/di-install/pom.xml               |  4 --
 .../standalone/di/DependencyInjectionTckTest.java  |  9 ++--
 runner-standalone/el-install/pom.xml               |  4 --
 runner-standalone/el/pom.xml                       |  2 -
 runner-standalone/faces-old/pom.xml                | 18 +------
 runner-standalone/faces/pom.xml                    |  6 ---
 runner-standalone/jsonb/pom.xml                    |  2 -
 runner-standalone/jsonp/pom.xml                    |  2 -
 runner-standalone/pages-install/pom.xml            |  2 -
 runner-standalone/pages/pom.xml                    | 29 -----------
 .../pages/src/tomee-conf-filtered/tomee.xml        | 26 ----------
 runner-standalone/persistence-install/pom.xml      |  2 -
 runner-standalone/persistence/pom.xml              |  3 --
 runner-standalone/pom.xml                          | 36 ++++++++-----
 runner-standalone/rest-install/pom.xml             |  4 --
 runner-standalone/rest/pom.xml                     |  6 ---
 runner-standalone/run-standalone-suite.sh          | 52 ++++++-------------
 runner-standalone/security/pom.xml                 |  7 ++-
 runner-standalone/servlet-install/pom.xml          |  6 ---
 runner-standalone/servlet/pom.xml                  |  8 ---
 runner-standalone/transactions/pom.xml             | 13 +----
 runner-standalone/validation-install/pom.xml       |  5 --
 runner-standalone/validation/pom.xml               |  5 --
 runner-standalone/websocket-install/pom.xml        |  2 -
 runner-standalone/websocket/pom.xml                |  8 ---
 runner-webprofile/README.md                        |  3 +-
 runner-webprofile/platform-suite-webprofile.tsv    | 19 ++-----
 runner-webprofile/platform-suite.tsv               |  2 +-
 runner-webprofile/run-platform-suite.sh            | 19 +++++--
 runner-webprofile/run/pom.xml                      | 42 +++++----------
 47 files changed, 192 insertions(+), 376 deletions(-)
 rename runner-standalone/data/src/{tomee-conf-filtered => 
tomee-conf}/tomee.xml (83%)
 delete mode 100644 runner-standalone/pages/src/tomee-conf-filtered/tomee.xml

Reply via email to