mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Rename Shamrock to Quarkus, change file contents
This commit is contained in:
@@ -52,7 +52,7 @@ If you have not done so on this machine, you need to:
|
||||
* `xcode-select --install`
|
||||
* Set `GRAALVM_HOME` to your GraalVM Home directory e.g. `/opt/graalvm` on Linux or `$location/JDK/GraalVM/Contents/Home` on macOS
|
||||
|
||||
Docker is not strictly necessary: it is used to run the MariaDB and PostgreSQL tests which are not enabled by default. However it is a recommended install if you plan to work on Shamrock JPA support:
|
||||
Docker is not strictly necessary: it is used to run the MariaDB and PostgreSQL tests which are not enabled by default. However it is a recommended install if you plan to work on Quarkus JPA support:
|
||||
|
||||
* Check [the installation guide](https://docs.docker.com/install/), and [the MacOS installation guide](https://docs.docker.com/docker-for-mac/install/)
|
||||
* If you just install docker, be sure that your current user can run a container (no root required).
|
||||
@@ -60,13 +60,13 @@ On Linux, check [the post-installation guide](https://docs.docker.com/install/li
|
||||
|
||||
## Build
|
||||
|
||||
* Clone the repository: `git clone https://github.com/jbossas/protean-shamrock.git`
|
||||
* Navigate to the directory: `cd protean-shamrock`
|
||||
* Clone the repository: `git clone https://github.com/jbossas/quarkus.git`
|
||||
* Navigate to the directory: `cd quarkus`
|
||||
* Invoke `mvn clean install` from the root directory
|
||||
|
||||
```bash
|
||||
git clone https://github.com/jbossas/protean-shamrock.git
|
||||
cd protean-shamrock
|
||||
git clone https://github.com/jbossas/quarkus.git
|
||||
cd quarkus
|
||||
mvn clean install
|
||||
# Wait... success!
|
||||
```
|
||||
|
||||
18
README.md
18
README.md
@@ -1,8 +1,8 @@
|
||||
# Shamrock
|
||||
# Quarkus
|
||||
|
||||
[](https://dev.azure.com/protean-ci/Shamrock/_build/latest?definitionId=4)
|
||||
[](https://dev.azure.com/quarkus-ci/Quarkus/_build/latest?definitionId=4)
|
||||
|
||||
> Protean is a Cloud Native, Container First framework for writing Java applications.
|
||||
> Quarkus is a Cloud Native, Container First framework for writing Java applications.
|
||||
|
||||
|
||||
* **Container First**:
|
||||
@@ -22,14 +22,14 @@ _All under ONE framework._
|
||||
|
||||
## Getting Started
|
||||
|
||||
* [Documentation](http://10.0.144.40/nfs/protean/)
|
||||
* [Getting Started](http://10.0.144.40/nfs/protean/getting-started-guide.html)
|
||||
* [Documentation](http://10.0.144.40/nfs/quarkus/)
|
||||
* [Getting Started](http://10.0.144.40/nfs/quarkus/getting-started-guide.html)
|
||||
|
||||
---
|
||||
|
||||
## Shamrock
|
||||
## Quarkus
|
||||
|
||||
Shamrock, aka the core of Protean, is a framework that allows you to process Java EE and Eclipse MicroProfile metadata at build time,
|
||||
Quarkus, aka the core of Quarkus, is a framework that allows you to process Java EE and Eclipse MicroProfile metadata at build time,
|
||||
and use it to create low overhead jar files, as well as native images using Graal/Substrate VM.
|
||||
|
||||
At the moment it has the following features:
|
||||
@@ -59,13 +59,13 @@ At the moment it has the following features:
|
||||
- A JUnit runner that can run tests, and supports IDE usage
|
||||
- A JUnit runner that can test a native image produced by the Maven plugin
|
||||
|
||||
### How to build Shamrock
|
||||
### How to build Quarkus
|
||||
|
||||
The build instructions are available in the [contribution guide](CONTRIBUTING.md).
|
||||
|
||||
### Architecture Overview
|
||||
|
||||
Shamrock runs in two distinct phases. The first phase is build time processing phase called augmentation. In this phase
|
||||
Quarkus runs in two distinct phases. The first phase is build time processing phase called augmentation. In this phase
|
||||
we process all metadata such as annotations and descriptors and use this information to determine which services we
|
||||
need to start at runtime. The output of this phase is generated bytecode that will configure and start all the
|
||||
services required at runtime.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>jboss-public-repository-group</id>
|
||||
<mirrorOf>*,!protean-nexus-release,!protean-nexus-snapshot</mirrorOf>
|
||||
<mirrorOf>*,!quarkus-nexus-release,!quarkus-nexus-snapshot</mirrorOf>
|
||||
<name>jboss</name>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/developer/</url>
|
||||
</mirror>
|
||||
@@ -25,10 +25,10 @@
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<!-- Forgot the password? see https://github.com/protean-project/hibernate-protean/wiki/Protean-Nexus-credentials -->
|
||||
<!-- Forgot the password? see https://github.com/quarkus-project/hibernate-quarkus/wiki/Quarkus-Nexus-credentials -->
|
||||
<repository>
|
||||
<id>protean-nexus-release</id>
|
||||
<name>Protean AWS Nexus - Releases</name>
|
||||
<id>quarkus-nexus-release</id>
|
||||
<name>Quarkus AWS Nexus - Releases</name>
|
||||
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
@@ -39,10 +39,10 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<!-- Forgot the password? see https://github.com/protean-project/hibernate-protean/wiki/Protean-Nexus-credentials -->
|
||||
<!-- Forgot the password? see https://github.com/quarkus-project/hibernate-quarkus/wiki/Quarkus-Nexus-credentials -->
|
||||
<repository>
|
||||
<id>protean-nexus-snapshot</id>
|
||||
<name>Protean AWS Nexus - Snapshots</name>
|
||||
<id>quarkus-nexus-snapshot</id>
|
||||
<name>Quarkus AWS Nexus - Snapshots</name>
|
||||
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
|
||||
variables:
|
||||
imageName: 'shamrock:$(build.buildId)'
|
||||
imageName: 'quarkus:$(build.buildId)'
|
||||
|
||||
steps:
|
||||
|
||||
@@ -30,9 +30,9 @@ jobs:
|
||||
options: '-B --settings azure-mvn-settings.xml -Dnative-image.docker-build -Dtest-postgresql -Dnative-image.xmx=4g -Dnative'
|
||||
|
||||
- script: |
|
||||
docker build -f docker/integration-test-main/Dockerfile -t jtgdocker1/shamrock-integration-test-main integration-tests/main
|
||||
docker build -f docker/integration-test-main/Dockerfile -t jtgdocker1/quarkus-integration-test-main integration-tests/main
|
||||
docker login -u jtgdocker1 -p uEo-NTv-5YT-kk6
|
||||
docker push jtgdocker1/shamrock-integration-test-main
|
||||
docker push jtgdocker1/quarkus-integration-test-main
|
||||
docker logout
|
||||
displayName: Publishing Integration Test Main Container Image
|
||||
|
||||
@@ -68,17 +68,17 @@ jobs:
|
||||
}
|
||||
cd openshift-origin-client*
|
||||
docker login -u jtgdocker1 -p uEo-NTv-5YT-kk6
|
||||
docker pull jtgdocker1/shamrock-integration-test-main
|
||||
docker pull jtgdocker1/quarkus-integration-test-main
|
||||
docker pull centos/postgresql-10-centos7
|
||||
docker logout
|
||||
./oc create secret docker-registry jtgdocker1 --docker-username=jtgdocker1 --docker-password=uEo-NTv-5YT-kk6 --docker-email='bogus@bogus.com'
|
||||
./oc secrets link default jtgdocker1 --for=pull
|
||||
./oc new-app -e "POSTGRESQL_USER=hibernate_orm_test" -e "POSTGRESQL_PASSWORD=hibernate_orm_test" -e "POSTGRESQL_DATABASE=hibernate_orm_test" centos/postgresql-10-centos7
|
||||
wait_for_pod postgres
|
||||
./oc new-app -e "DATASOURCE_URL=jdbc:postgresql://postgresql-10-centos7/hibernate_orm_test" jtgdocker1/shamrock-integration-test-main
|
||||
wait_for_pod shamrock
|
||||
./oc new-app -e "DATASOURCE_URL=jdbc:postgresql://postgresql-10-centos7/hibernate_orm_test" jtgdocker1/quarkus-integration-test-main
|
||||
wait_for_pod quarkus
|
||||
./oc status
|
||||
VAL=`./oc get service shamrock-integration-test-main -o "custom-columns=IP:.spec.clusterIP" --no-headers=true`
|
||||
VAL=`./oc get service quarkus-integration-test-main -o "custom-columns=IP:.spec.clusterIP" --no-headers=true`
|
||||
VAL2=`curl -v http://$VAL:8080/jpa/testjpaeminjection`
|
||||
test "$VAL2" = "OK"
|
||||
displayName: 'Deploy and Test On Openshift'
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
vmImage: 'vs2017-win2016'
|
||||
|
||||
variables:
|
||||
imageName: 'shamrock-windows:$(build.buildId)'
|
||||
imageName: 'quarkus-windows:$(build.buildId)'
|
||||
|
||||
steps:
|
||||
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
|
||||
variables:
|
||||
imageName: 'shamrock-jdk11:$(build.buildId)'
|
||||
imageName: 'quarkus-jdk11:$(build.buildId)'
|
||||
|
||||
steps:
|
||||
- task: Maven@3
|
||||
|
||||
144
bom/pom.xml
144
bom/pom.xml
@@ -12,252 +12,252 @@
|
||||
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">
|
||||
<parent>
|
||||
<artifactId>shamrock-parent</artifactId>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>quarkus-parent</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<version>1.0.0.Alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>shamrock-bom</artifactId>
|
||||
<name>Shamrock - BOM</name>
|
||||
<artifactId>quarkus-bom</artifactId>
|
||||
<name>Quarkus - BOM</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-agroal-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-agroal-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-hibernate-validator-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-hibernate-validator-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-caffeine-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-caffeine-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-postgresql-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-postgresql-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-h2-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-h2-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-mariadb-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-mariadb-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-kafka-client-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-kafka-client-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-health-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-health-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-jwt-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-jwt-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-streams-operators-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-streams-operators-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-type-converters-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-type-converters-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-messaging-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-messaging-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-messaging-kafka-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-messaging-kafka-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-metrics-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-metrics-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-openapi-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-openapi-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-opentracing-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-opentracing-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-rest-client-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-rest-client-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-jsonb-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-jsonb-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jaxrs-json-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jaxrs-json-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-netty-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-netty-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-openssl-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-openssl-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-arc-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-arc-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-narayana-jta-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-narayana-jta-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-undertow-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-undertow-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-hibernate-orm-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-hibernate-orm-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-fault-tolerance-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-fault-tolerance-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-vertx-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-vertx-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-panache-jpa-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-panache-jpa-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-undertow-websockets-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-undertow-websockets-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-scheduler-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-scheduler-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-spring-di-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-spring-di-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-junit4</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit4</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-junit5</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit5</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -12,14 +12,14 @@
|
||||
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">
|
||||
<parent>
|
||||
<artifactId>shamrock-parent</artifactId>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>quarkus-parent</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<version>1.0.0.Alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>shamrock-build-parent</artifactId>
|
||||
<name>Shamrock - Build Parent</name>
|
||||
<artifactId>quarkus-build-parent</artifactId>
|
||||
<name>Quarkus - Build Parent</name>
|
||||
<description>Build parent to bring in required dependencies</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
<slf4j-jboss-logging.version>1.1.0.Final</slf4j-jboss-logging.version>
|
||||
<wildfly-common.version>1.5.0.Alpha4-format-002</wildfly-common.version>
|
||||
<wildfly-client-config.version>1.0.0.Final</wildfly-client-config.version>
|
||||
<!-- This requires a release build of the https://github.com/jbossas/protean-wildfly-elytron-embedded project -->
|
||||
<!-- This requires a release build of the https://github.com/jbossas/quarkus-wildfly-elytron-embedded project -->
|
||||
<wildfly-elytron.version>2.0.0.Alpha1</wildfly-elytron.version>
|
||||
<jboss-modules.version>1.8.7.Final</jboss-modules.version>
|
||||
<jboss-threads.version>3.0.0.Alpha4</jboss-threads.version>
|
||||
@@ -136,437 +136,437 @@
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-agroal-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-agroal-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-agroal-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-agroal-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-hibernate-validator-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-hibernate-validator-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-hibernate-validator-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-hibernate-validator-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-builder</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-builder</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-caffeine-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-caffeine-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-caffeine-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-caffeine-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-devtools-common</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-devtools-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-devtools-common-core</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-devtools-common-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-core-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-core-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-core-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-core-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>shamrock-creator</artifactId>
|
||||
<artifactId>quarkus-creator</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-integration-test-class-transformer</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-integration-test-class-transformer</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-development-mode</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-development-mode</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-postgresql-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-postgresql-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-postgresql-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-postgresql-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-h2-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-h2-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-h2-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-h2-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-mariadb-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-mariadb-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jdbc-mariadb-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jdbc-mariadb-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-kafka-client-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-kafka-client-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-kafka-client-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-kafka-client-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-health-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-health-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-netty-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-netty-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-netty-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-netty-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-streams-operators-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-streams-operators-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-streams-operators-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-streams-operators-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-type-converters-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-type-converters-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-type-converters-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-type-converters-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-fault-tolerance-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-fault-tolerance-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-fault-tolerance-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-fault-tolerance-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-health-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-health-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-metrics-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-metrics-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-metrics-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-metrics-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-openapi-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-openapi-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-openapi-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-openapi-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-opentracing-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-opentracing-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-opentracing-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-opentracing-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-rest-client-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-rest-client-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-rest-client-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-rest-client-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jaeger-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jaeger-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-jaeger-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jaeger-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-jsonb-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-jsonb-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-jsonb-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-jsonb-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-jwt-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-jwt-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-jwt-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-jwt-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-test-common</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-test-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-test-h2</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-test-h2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-junit4</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit4</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-junit5</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit5</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-junit5-internal</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit5-internal</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-war-launcher-runner</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-war-launcher-runner</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-legacy-launcher</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-legacy-launcher</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-openssl-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-openssl-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-openssl-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-openssl-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-common-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-common-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-resteasy-common-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-resteasy-common-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-integration-test-shared-library</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-integration-test-shared-library</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-narayana-jta-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-narayana-jta-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-narayana-jta-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-narayana-jta-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-undertow-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-undertow-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-undertow-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-undertow-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-hibernate-orm-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-hibernate-orm-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-hibernate-orm-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-hibernate-orm-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-panache-jpa-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-panache-jpa-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-panache-jpa-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-panache-jpa-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-panache-common-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-panache-common-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-arc-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-arc-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-arc-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-arc-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-vertx-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-vertx-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-vertx-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-vertx-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-undertow-websockets-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-undertow-websockets-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-undertow-websockets-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-undertow-websockets-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-scheduler-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-scheduler-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-scheduler-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-scheduler-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-messaging-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-messaging-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-messaging-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-messaging-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-messaging-kafka-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-messaging-kafka-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-smallrye-reactive-messaging-kafka-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-smallrye-reactive-messaging-kafka-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-spring-di-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-spring-di-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-security-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-security-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-security-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-security-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-infinispan-client-runtime</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-infinispan-client-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-infinispan-client-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-infinispan-client-deployment</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -1258,12 +1258,12 @@
|
||||
<version>${jboss-transaction-spi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.protean.arc</groupId>
|
||||
<groupId>org.jboss.quarkus.arc</groupId>
|
||||
<artifactId>arc-processor</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.protean.arc</groupId>
|
||||
<groupId>org.jboss.quarkus.arc</groupId>
|
||||
<artifactId>arc-runtime</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
@@ -1420,7 +1420,7 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>shamrock-maven-plugin</artifactId>
|
||||
<artifactId>quarkus-maven-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<configuration>
|
||||
<!-- Disable PrintAnalysisCallTree reports for native image building by default -->
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>shamrock-builder</artifactId>
|
||||
<name>Shamrock - Builder</name>
|
||||
<artifactId>quarkus-builder</artifactId>
|
||||
<name>Quarkus - Builder</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-build-parent</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-build-parent</artifactId>
|
||||
<version>1.0.0.Alpha1-SNAPSHOT</version>
|
||||
<relativePath>../../build-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -19,20 +19,20 @@
|
||||
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">
|
||||
<parent>
|
||||
<artifactId>shamrock-build-parent</artifactId>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>quarkus-build-parent</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<version>1.0.0.Alpha1-SNAPSHOT</version>
|
||||
<relativePath>../../build-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>shamrock-creator</artifactId>
|
||||
<name>Shamrock - Creator</name>
|
||||
<artifactId>quarkus-creator</artifactId>
|
||||
<name>Quarkus - Creator</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shamrock</groupId>
|
||||
<artifactId>shamrock-core-deployment</artifactId>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-core-deployment</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
import java.nio.file.Path;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.util.List;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
import java.nio.file.Path;
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
import org.jboss.shamrock.creator.config.Configurable;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProvider;
|
||||
import io.quarkus.creator.config.Configurable;
|
||||
import io.quarkus.creator.outcome.OutcomeProvider;
|
||||
|
||||
/**
|
||||
* A phase in the application build flow
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
@@ -28,12 +28,12 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.ServiceLoader;
|
||||
|
||||
import org.jboss.shamrock.creator.config.reader.MappedPropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesConfigReaderException;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolver;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolverFactory;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import io.quarkus.creator.config.reader.MappedPropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesConfigReaderException;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.outcome.OutcomeResolver;
|
||||
import io.quarkus.creator.outcome.OutcomeResolverFactory;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
/**
|
||||
* Main application creator exception.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
/**
|
||||
* Represents an application artifact dependency.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator;
|
||||
package io.quarkus.creator;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.util.List;
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config;
|
||||
package io.quarkus.creator.config;
|
||||
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.reader;
|
||||
package io.quarkus.creator.config.reader;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.DirectoryStream;
|
||||
@@ -28,15 +28,15 @@ import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.phase.augment.AugmentPhase;
|
||||
import org.jboss.shamrock.creator.phase.curate.CuratePhase;
|
||||
import org.jboss.shamrock.creator.phase.nativeimage.NativeImageOutcome;
|
||||
import org.jboss.shamrock.creator.phase.nativeimage.NativeImagePhase;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarPhase;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import org.jboss.shamrock.creator.util.PropertyUtils;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.phase.augment.AugmentPhase;
|
||||
import io.quarkus.creator.phase.curate.CuratePhase;
|
||||
import io.quarkus.creator.phase.nativeimage.NativeImageOutcome;
|
||||
import io.quarkus.creator.phase.nativeimage.NativeImagePhase;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarPhase;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
import io.quarkus.creator.util.PropertyUtils;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -45,23 +45,23 @@ import org.jboss.shamrock.creator.util.PropertyUtils;
|
||||
public class AppCreatorDemo {
|
||||
|
||||
/**
|
||||
* This demo assumes you've built shamrock and its artifacts are in your local repo
|
||||
* This demo assumes you've built quarkus and its artifacts are in your local repo
|
||||
* (otherwise they would have to be available in one of the remote repos to be resolvable)
|
||||
*
|
||||
* AND also example shamrock-strict-bean-validation-example-1.0.0.Alpha1-SNAPSHOT.jar. This jar is
|
||||
* AND also example quarkus-strict-bean-validation-example-1.0.0.Alpha1-SNAPSHOT.jar. This jar is
|
||||
* used as an example user app that is augmented and turned into a runnable application
|
||||
*/
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
final Path shamrockRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
final Path exampleTarget = shamrockRoot.resolve("integration-tests").resolve("bean-validation-strict").resolve("target");
|
||||
final Path quarkusRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
final Path exampleTarget = quarkusRoot.resolve("integration-tests").resolve("bean-validation-strict").resolve("target");
|
||||
|
||||
final Path appJar = exampleTarget.resolve("shamrock-integration-test-bean-validation-1.0.0.Alpha1-SNAPSHOT.jar");
|
||||
final Path appJar = exampleTarget.resolve("quarkus-integration-test-bean-validation-1.0.0.Alpha1-SNAPSHOT.jar");
|
||||
if (!Files.exists(appJar)) {
|
||||
throw new Exception("Failed to locate user app " + appJar);
|
||||
}
|
||||
|
||||
final Path demoDir = Paths.get(PropertyUtils.getUserHome()).resolve("shamrock-creator-demo");
|
||||
final Path demoDir = Paths.get(PropertyUtils.getUserHome()).resolve("quarkus-creator-demo");
|
||||
IoUtils.recursiveDelete(demoDir);
|
||||
|
||||
buildRunnableJar(appJar, demoDir);
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import org.jboss.shamrock.creator.phase.curate.CurateOutcome;
|
||||
import org.jboss.shamrock.creator.phase.curate.CuratePhase;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdate;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdateNumber;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import io.quarkus.creator.phase.curate.CurateOutcome;
|
||||
import io.quarkus.creator.phase.curate.CuratePhase;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdate;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdateNumber;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
@@ -30,12 +30,12 @@ import java.util.List;
|
||||
import java.util.Properties;
|
||||
import java.util.Set;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesConfigReader;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.phase.curate.CuratePhase;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import org.jboss.shamrock.creator.util.PropertyUtils;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.config.reader.PropertiesConfigReader;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.phase.curate.CuratePhase;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
import io.quarkus.creator.util.PropertyUtils;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -91,13 +91,13 @@ public class ConfigDemoBase {
|
||||
}
|
||||
|
||||
protected Path initAppJar() {
|
||||
final Path shamrockRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
//final Path appDir = shamrockRoot.resolve("integration-tests").resolve("bean-validation-strict").resolve("target");
|
||||
//final Path appJar = appDir.resolve("shamrock-integration-test-bean-validation-1.0.0.Alpha1-SNAPSHOT.jar");
|
||||
final Path quarkusRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
//final Path appDir = quarkusRoot.resolve("integration-tests").resolve("bean-validation-strict").resolve("target");
|
||||
//final Path appJar = appDir.resolve("quarkus-integration-test-bean-validation-1.0.0.Alpha1-SNAPSHOT.jar");
|
||||
|
||||
final Path quickstartsRoot = shamrockRoot.getParent().resolve("protean-quickstarts");
|
||||
final Path quickstartsRoot = quarkusRoot.getParent().resolve("quarkus-quickstarts");
|
||||
if(!Files.exists(quickstartsRoot)) {
|
||||
throw new IllegalStateException("Failed to locate protean-quickstarts repo at " + quickstartsRoot);
|
||||
throw new IllegalStateException("Failed to locate quarkus-quickstarts repo at " + quickstartsRoot);
|
||||
}
|
||||
final Path appDir = quickstartsRoot.resolve("application-configuration").resolve("target");
|
||||
final Path appJar = appDir.resolve("application-configuration-1.0-SNAPSHOT.jar");
|
||||
@@ -109,7 +109,7 @@ public class ConfigDemoBase {
|
||||
}
|
||||
|
||||
public Path getDemoWorkDir() {
|
||||
return workDir == null ? workDir = Paths.get(PropertyUtils.getUserHome()).resolve("shamrock-creator-demo") : workDir;
|
||||
return workDir == null ? workDir = Paths.get(PropertyUtils.getUserHome()).resolve("quarkus-creator-demo") : workDir;
|
||||
}
|
||||
|
||||
public Properties getProperties() {
|
||||
@@ -118,7 +118,7 @@ public class ConfigDemoBase {
|
||||
if(demoDir != null) {
|
||||
props.setProperty("output", demoDir.toString());
|
||||
}
|
||||
props.setProperty(CuratePhase.completePropertyName(CuratePhase.CONFIG_PROP_LOCAL_REPO), Paths.get(PropertyUtils.getUserHome(), "shamrock-curate-repo").toString());
|
||||
props.setProperty(CuratePhase.completePropertyName(CuratePhase.CONFIG_PROP_LOCAL_REPO), Paths.get(PropertyUtils.getUserHome(), "quarkus-curate-repo").toString());
|
||||
initProps(props);
|
||||
return props;
|
||||
}
|
||||
|
||||
@@ -15,14 +15,14 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.phase.nativeimage.NativeImageOutcome;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.phase.nativeimage.NativeImageOutcome;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -36,9 +36,9 @@ public class NativeImageOutcomeDemo extends ConfigDemoBase {
|
||||
|
||||
@Override
|
||||
protected Path initAppJar() {
|
||||
final Path shamrockRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
final Path appDir = shamrockRoot.resolve("integration-tests").resolve("bean-validation-strict").resolve("target");
|
||||
return appDir.resolve("shamrock-integration-test-bean-validation-1.0.0.Alpha1-SNAPSHOT.jar");
|
||||
final Path quarkusRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
final Path appDir = quarkusRoot.resolve("integration-tests").resolve("bean-validation-strict").resolve("target");
|
||||
return appDir.resolve("quarkus-integration-test-bean-validation-1.0.0.Alpha1-SNAPSHOT.jar");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.phase.curate.CuratePhase;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdateNumber;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdate;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.phase.curate.CuratePhase;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdateNumber;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdate;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,17 +15,17 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.phase.curate.CurateOutcome;
|
||||
import org.jboss.shamrock.creator.phase.curate.CuratePhase;
|
||||
import org.jboss.shamrock.creator.phase.curate.DependenciesOrigin;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdate;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdateNumber;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.phase.curate.CurateOutcome;
|
||||
import io.quarkus.creator.phase.curate.CuratePhase;
|
||||
import io.quarkus.creator.phase.curate.DependenciesOrigin;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdate;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdateNumber;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.demo;
|
||||
package io.quarkus.creator.demo;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.phase.curate.CuratePhase;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdate;
|
||||
import org.jboss.shamrock.creator.phase.curate.VersionUpdateNumber;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.phase.curate.CuratePhase;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdate;
|
||||
import io.quarkus.creator.phase.curate.VersionUpdateNumber;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -37,10 +37,10 @@ public class UpdateToNextVersionDemo extends ConfigDemoBase {
|
||||
/*
|
||||
@Override
|
||||
protected Path initAppJar() {
|
||||
final Path shamrockRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
final Path quickstartsRoot = shamrockRoot.getParent().resolve("protean-quickstarts");
|
||||
final Path quarkusRoot = Paths.get("").toAbsolutePath().getParent().getParent();
|
||||
final Path quickstartsRoot = quarkusRoot.getParent().resolve("quarkus-quickstarts");
|
||||
if(!Files.exists(quickstartsRoot)) {
|
||||
throw new IllegalStateException("Failed to locate protean-quickstarts repo at " + quickstartsRoot);
|
||||
throw new IllegalStateException("Failed to locate quarkus-quickstarts repo at " + quickstartsRoot);
|
||||
}
|
||||
final Path appDir = quickstartsRoot.resolve("input-validation").resolve("target");
|
||||
return appDir.resolve("input-validation-1.0-SNAPSHOT.jar");
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
* Phase handler
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
* Phase registration callback.
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.Map;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome;
|
||||
package io.quarkus.creator.outcome;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.augment;
|
||||
package io.quarkus.creator.phase.augment;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
|
||||
/**
|
||||
* Represents an outcome of {@link AugmentPhase}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.augment;
|
||||
package io.quarkus.creator.phase.augment;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.ByteArrayInputStream;
|
||||
@@ -47,24 +47,24 @@ import java.util.zip.ZipFile;
|
||||
import org.eclipse.microprofile.config.Config;
|
||||
import org.jboss.builder.BuildResult;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolver;
|
||||
import org.jboss.shamrock.creator.AppCreationPhase;
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import org.jboss.shamrock.creator.config.reader.MappedPropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.phase.curate.CurateOutcome;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import org.jboss.shamrock.creator.util.ZipUtils;
|
||||
import org.jboss.shamrock.deployment.ClassOutput;
|
||||
import org.jboss.shamrock.deployment.ShamrockAugmentor;
|
||||
import org.jboss.shamrock.deployment.ShamrockClassWriter;
|
||||
import org.jboss.shamrock.deployment.builditem.BytecodeTransformerBuildItem;
|
||||
import org.jboss.shamrock.deployment.builditem.MainClassBuildItem;
|
||||
import org.jboss.shamrock.deployment.builditem.substrate.SubstrateOutputBuildItem;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolver;
|
||||
import io.quarkus.creator.AppCreationPhase;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import io.quarkus.creator.config.reader.MappedPropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.phase.curate.CurateOutcome;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
import io.quarkus.creator.util.ZipUtils;
|
||||
import io.quarkus.deployment.ClassOutput;
|
||||
import io.quarkus.deployment.QuarkusAugmentor;
|
||||
import io.quarkus.deployment.QuarkusClassWriter;
|
||||
import io.quarkus.deployment.builditem.BytecodeTransformerBuildItem;
|
||||
import io.quarkus.deployment.builditem.MainClassBuildItem;
|
||||
import io.quarkus.deployment.builditem.substrate.SubstrateOutputBuildItem;
|
||||
import org.objectweb.asm.ClassReader;
|
||||
import org.objectweb.asm.ClassVisitor;
|
||||
import org.objectweb.asm.ClassWriter;
|
||||
@@ -73,7 +73,7 @@ import io.smallrye.config.PropertiesConfigSource;
|
||||
import io.smallrye.config.SmallRyeConfigProviderResolver;
|
||||
|
||||
/**
|
||||
* This phase consumes {@link org.jboss.shamrock.creator.phase.curate.CurateOutcome} and processes
|
||||
* This phase consumes {@link io.quarkus.creator.phase.curate.CurateOutcome} and processes
|
||||
* user application and and its dependency classes for phases that generate a runnable application.
|
||||
*
|
||||
* @author Alexey Loubyansky
|
||||
@@ -81,7 +81,7 @@ import io.smallrye.config.SmallRyeConfigProviderResolver;
|
||||
public class AugmentPhase implements AppCreationPhase<AugmentPhase>, AugmentOutcome {
|
||||
|
||||
private static final String DEPENDENCIES_RUNTIME = "dependencies.runtime";
|
||||
private static final String FILENAME_STEP_CLASSES = "META-INF/shamrock-build-steps.list";
|
||||
private static final String FILENAME_STEP_CLASSES = "META-INF/quarkus-build-steps.list";
|
||||
private static final String PROVIDED = "provided";
|
||||
|
||||
private static final Logger log = Logger.getLogger(AugmentPhase.class);
|
||||
@@ -232,7 +232,7 @@ public class AugmentPhase implements AppCreationPhase<AugmentPhase>, AugmentOutc
|
||||
continue;
|
||||
}
|
||||
try (ZipFile zip = openZipFile(resolvedDep)) {
|
||||
boolean deploymentArtifact = zip.getEntry("META-INF/shamrock-build-steps.list") != null;
|
||||
boolean deploymentArtifact = zip.getEntry("META-INF/quarkus-build-steps.list") != null;
|
||||
if (!appDep.getScope().equals(PROVIDED) && deploymentArtifact) {
|
||||
if(problems == null) {
|
||||
problems = new ArrayList<>();
|
||||
@@ -304,7 +304,7 @@ public class AugmentPhase implements AppCreationPhase<AugmentPhase>, AugmentOutc
|
||||
try {
|
||||
Thread.currentThread().setContextClassLoader(runnerClassLoader);
|
||||
|
||||
ShamrockAugmentor.Builder builder = ShamrockAugmentor.builder();
|
||||
QuarkusAugmentor.Builder builder = QuarkusAugmentor.builder();
|
||||
builder.setRoot(appClassesDir);
|
||||
builder.setClassLoader(runnerClassLoader);
|
||||
builder.setOutput(classOutput);
|
||||
@@ -353,7 +353,7 @@ public class AugmentPhase implements AppCreationPhase<AugmentPhase>, AugmentOutc
|
||||
throw new RuntimeException("Can't process class files larger than Integer.MAX_VALUE bytes");
|
||||
}
|
||||
ClassReader cr = new ClassReader(Files.readAllBytes(path));
|
||||
ClassWriter writer = new ShamrockClassWriter(cr, ClassWriter.COMPUTE_FRAMES | ClassWriter.COMPUTE_MAXS);
|
||||
ClassWriter writer = new QuarkusClassWriter(cr, ClassWriter.COMPUTE_FRAMES | ClassWriter.COMPUTE_MAXS);
|
||||
ClassVisitor visitor = writer;
|
||||
for (BiFunction<String, ClassVisitor, ClassVisitor> i : visitors) {
|
||||
visitor = i.apply(className, visitor);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.util.Collections;
|
||||
@@ -26,13 +26,13 @@ import org.apache.maven.model.Exclusion;
|
||||
import org.apache.maven.model.Model;
|
||||
import org.apache.maven.model.Repository;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolver;
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import org.jboss.shamrock.creator.NoOpArtifactResolver;
|
||||
import org.jboss.shamrock.creator.resolver.aether.AetherArtifactResolver;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolver;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import io.quarkus.creator.NoOpArtifactResolver;
|
||||
import io.quarkus.creator.resolver.aether.AetherArtifactResolver;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
@@ -34,17 +34,17 @@ import org.apache.maven.model.Repository;
|
||||
import org.eclipse.aether.repository.RemoteRepository;
|
||||
import org.eclipse.aether.repository.RepositoryPolicy;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolver;
|
||||
import org.jboss.shamrock.creator.AppCreationPhase;
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import org.jboss.shamrock.creator.config.reader.MappedPropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesConfigReaderException;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.resolver.aether.AetherArtifactResolver;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolver;
|
||||
import io.quarkus.creator.AppCreationPhase;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import io.quarkus.creator.config.reader.MappedPropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesConfigReaderException;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.resolver.aether.AetherArtifactResolver;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -71,7 +71,7 @@ public class CuratePhase implements AppCreationPhase<CuratePhase> {
|
||||
private VersionUpdate update = VersionUpdate.NONE;
|
||||
private VersionUpdateNumber updateNumber = VersionUpdateNumber.MICRO;
|
||||
private Path localRepo;
|
||||
private Set<String> updateGroupIds = Collections.singleton("org.jboss.shamrock");
|
||||
private Set<String> updateGroupIds = Collections.singleton("io.quarkus");
|
||||
|
||||
public void setInitialDeps(DependenciesOrigin initialDeps) {
|
||||
this.depsOrigin = initialDeps;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import java.util.ArrayList;
|
||||
@@ -25,7 +25,7 @@ import java.util.Locale;
|
||||
import java.util.Map;
|
||||
import java.util.TreeMap;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolver;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolver;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
/**
|
||||
* Indicates what should be used as the source of application dependencies.
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.BufferedWriter;
|
||||
@@ -37,9 +37,9 @@ import org.apache.maven.model.Model;
|
||||
import org.apache.maven.model.io.xpp3.MavenXpp3Reader;
|
||||
import org.apache.maven.model.io.xpp3.MavenXpp3Writer;
|
||||
import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
|
||||
|
||||
/**
|
||||
@@ -57,7 +57,7 @@ public class Utils {
|
||||
* @return provisioning state artifact
|
||||
*/
|
||||
static AppArtifact getStateArtifact(AppArtifact appArtifact) {
|
||||
return new AppArtifact(appArtifact.getGroupId() + ".shamrock.curate",
|
||||
return new AppArtifact(appArtifact.getGroupId() + ".quarkus.curate",
|
||||
appArtifact.getArtifactId(),
|
||||
"",
|
||||
"pom",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.phase.curate;
|
||||
package io.quarkus.creator.phase.curate;
|
||||
|
||||
/**
|
||||
* Indicates which version number is allowed to be updated.
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.nativeimage;
|
||||
package io.quarkus.creator.phase.nativeimage;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.File;
|
||||
@@ -119,7 +119,7 @@ public final class ErrorReplacingProcessReader implements Runnable {
|
||||
System.err.println("-- If an interface has multiple implementations SVM will just display one potential call ---");
|
||||
System.err.println("-- path to the interface. This is often meaningless, and what you actually need to know is---");
|
||||
System.err.println("-- the path to the constructor of the object that implements this interface. ---");
|
||||
System.err.println("-- Shamrock has attempted to generate a more meaningful call flow analysis below ---");
|
||||
System.err.println("-- Quarkus has attempted to generate a more meaningful call flow analysis below ---");
|
||||
System.err.println("---------------------------------------------------------------------------------------------\n");
|
||||
try {
|
||||
String fullName = m.group(1);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.nativeimage;
|
||||
package io.quarkus.creator.phase.nativeimage;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.nativeimage;
|
||||
package io.quarkus.creator.phase.nativeimage;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.File;
|
||||
@@ -35,15 +35,15 @@ import java.util.stream.Collectors;
|
||||
|
||||
import org.eclipse.microprofile.config.Config;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.jboss.shamrock.creator.AppCreationPhase;
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertyContext;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.phase.augment.AugmentOutcome;
|
||||
import org.jboss.shamrock.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import io.quarkus.creator.AppCreationPhase;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertyContext;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.phase.augment.AugmentOutcome;
|
||||
import io.quarkus.creator.phase.runnerjar.RunnerJarOutcome;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
|
||||
import io.smallrye.config.SmallRyeConfigProviderResolver;
|
||||
|
||||
@@ -58,7 +58,7 @@ public class NativeImagePhase implements AppCreationPhase<NativeImagePhase>, Nat
|
||||
|
||||
private static final String GRAALVM_HOME = "GRAALVM_HOME";
|
||||
|
||||
private static final String SHAMROCK_PREFIX = "shamrock.";
|
||||
private static final String SHAMROCK_PREFIX = "quarkus.";
|
||||
|
||||
private Path outputDir;
|
||||
|
||||
@@ -261,7 +261,7 @@ public class NativeImagePhase implements AppCreationPhase<NativeImagePhase>, Nat
|
||||
|
||||
if (dockerBuild != null && !dockerBuild.toLowerCase().equals("false")) {
|
||||
|
||||
// E.g. "/usr/bin/docker run -v {{PROJECT_DIR}}:/project --rm protean/graalvm-native-image"
|
||||
// E.g. "/usr/bin/docker run -v {{PROJECT_DIR}}:/project --rm quarkus/graalvm-native-image"
|
||||
nativeImage = new ArrayList<>();
|
||||
//TODO: use an 'official' image
|
||||
String image;
|
||||
@@ -322,7 +322,7 @@ public class NativeImagePhase implements AppCreationPhase<NativeImagePhase>, Nat
|
||||
}
|
||||
}
|
||||
|
||||
enableSslNative = properties.getProperty("shamrock.ssl.native") != null ? Boolean.parseBoolean(properties.getProperty("shamrock.ssl.native"))
|
||||
enableSslNative = properties.getProperty("quarkus.ssl.native") != null ? Boolean.parseBoolean(properties.getProperty("quarkus.ssl.native"))
|
||||
: false;
|
||||
}
|
||||
if (enableSslNative) {
|
||||
@@ -440,7 +440,7 @@ public class NativeImagePhase implements AppCreationPhase<NativeImagePhase>, Nat
|
||||
//FIXME remove after transition period
|
||||
private boolean isThisGraalVMRCObsolete() {
|
||||
final String vmName = System.getProperty("java.vm.name");
|
||||
log.info("Running Shamrock native-image plugin on " + vmName);
|
||||
log.info("Running Quarkus native-image plugin on " + vmName);
|
||||
if (vmName.contains("-rc9") || vmName.contains("-rc10") || vmName.contains("-rc11")) {
|
||||
log.error("Out of date RC build of GraalVM detected! Please upgrade to RC12");
|
||||
return true;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.nativeimage;
|
||||
package io.quarkus.creator.phase.nativeimage;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileReader;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.runnerjar;
|
||||
package io.quarkus.creator.phase.runnerjar;
|
||||
|
||||
import java.nio.file.Path;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.phase.runnerjar;
|
||||
package io.quarkus.creator.phase.runnerjar;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
@@ -42,29 +42,29 @@ import java.util.function.Consumer;
|
||||
import java.util.jar.Attributes;
|
||||
import java.util.jar.Manifest;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolver;
|
||||
import org.jboss.shamrock.creator.AppCreationPhase;
|
||||
import org.jboss.shamrock.creator.AppCreator;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import org.jboss.shamrock.creator.config.reader.MappedPropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.phase.augment.AugmentOutcome;
|
||||
import org.jboss.shamrock.creator.phase.curate.CurateOutcome;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import org.jboss.shamrock.creator.util.ZipUtils;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolver;
|
||||
import io.quarkus.creator.AppCreationPhase;
|
||||
import io.quarkus.creator.AppCreator;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import io.quarkus.creator.config.reader.MappedPropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.phase.augment.AugmentOutcome;
|
||||
import io.quarkus.creator.phase.curate.CurateOutcome;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
import io.quarkus.creator.util.ZipUtils;
|
||||
|
||||
/**
|
||||
* Based on the provided {@link org.jboss.shamrock.creator.phase.augment.AugmentOutcome},
|
||||
* Based on the provided {@link io.quarkus.creator.phase.augment.AugmentOutcome},
|
||||
* this phase builds a runnable JAR.
|
||||
*
|
||||
* @author Alexey Loubyansky
|
||||
*/
|
||||
public class RunnerJarPhase implements AppCreationPhase<RunnerJarPhase>, RunnerJarOutcome {
|
||||
|
||||
private static final String DEFAULT_MAIN_CLASS = "org.jboss.shamrock.runner.GeneratedMain";
|
||||
private static final String DEFAULT_MAIN_CLASS = "io.quarkus.runner.GeneratedMain";
|
||||
private static final String PROVIDED = "provided";
|
||||
|
||||
private static final Logger log = Logger.getLogger(RunnerJarPhase.class);
|
||||
@@ -118,7 +118,7 @@ public class RunnerJarPhase implements AppCreationPhase<RunnerJarPhase>, RunnerJ
|
||||
|
||||
/**
|
||||
* Main class name fir the runnable JAR. If none is set by the user
|
||||
* org.jboss.shamrock.runner.GeneratedMain will be use by default.
|
||||
* io.quarkus.runner.GeneratedMain will be use by default.
|
||||
*
|
||||
* @param mainClass main class name for the runnable JAR
|
||||
* @return
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.aether;
|
||||
package io.quarkus.creator.resolver.aether;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.file.Path;
|
||||
@@ -50,10 +50,10 @@ import org.eclipse.aether.resolution.VersionRangeRequest;
|
||||
import org.eclipse.aether.resolution.VersionRangeResolutionException;
|
||||
import org.eclipse.aether.resolution.VersionRangeResult;
|
||||
import org.eclipse.aether.version.Version;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolverBase;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolverBase;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator.resolver.aether;
|
||||
package io.quarkus.creator.resolver.aether;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.aether;
|
||||
package io.quarkus.creator.resolver.aether;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
@@ -33,7 +33,7 @@ import org.eclipse.aether.repository.LocalMetadataResult;
|
||||
import org.eclipse.aether.repository.LocalRepository;
|
||||
import org.eclipse.aether.repository.LocalRepositoryManager;
|
||||
import org.eclipse.aether.repository.RemoteRepository;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.resolver.aether;
|
||||
package io.quarkus.creator.resolver.aether;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Set;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.resolver.aether;
|
||||
package io.quarkus.creator.resolver.aether;
|
||||
|
||||
import org.eclipse.aether.collection.DependencyCollectionContext;
|
||||
import org.eclipse.aether.collection.DependencySelector;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.resolver.aether;
|
||||
package io.quarkus.creator.resolver.aether;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
@@ -48,8 +48,8 @@ import org.eclipse.aether.transport.http.HttpTransporterFactory;
|
||||
import org.eclipse.aether.util.repository.AuthenticationBuilder;
|
||||
import org.eclipse.aether.util.repository.DefaultProxySelector;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.util.PropertyUtils;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.util.PropertyUtils;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.maven;
|
||||
package io.quarkus.creator.resolver.maven;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.file.Path;
|
||||
@@ -24,10 +24,10 @@ import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import org.apache.maven.artifact.Artifact;
|
||||
import org.jboss.shamrock.creator.AppArtifact;
|
||||
import org.jboss.shamrock.creator.AppArtifactResolverBase;
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import io.quarkus.creator.AppArtifact;
|
||||
import io.quarkus.creator.AppArtifactResolverBase;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.util;
|
||||
package io.quarkus.creator.util;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.util;
|
||||
package io.quarkus.creator.util;
|
||||
|
||||
import java.security.AccessController;
|
||||
import java.security.PrivilegedAction;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.util;
|
||||
package io.quarkus.creator.util;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URI;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.jboss.shamrock.creator.phase.augment.AugmentPhase
|
||||
org.jboss.shamrock.creator.phase.curate.CuratePhase
|
||||
org.jboss.shamrock.creator.phase.nativeimage.NativeImagePhase
|
||||
org.jboss.shamrock.creator.phase.runnerjar.RunnerJarPhase
|
||||
io.quarkus.creator.phase.augment.AugmentPhase
|
||||
io.quarkus.creator.phase.curate.CuratePhase
|
||||
io.quarkus.creator.phase.nativeimage.NativeImagePhase
|
||||
io.quarkus.creator.phase.runnerjar.RunnerJarPhase
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
import org.jboss.shamrock.creator.config.reader.MappedPropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.MappedPropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -26,10 +26,10 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesConfigReader;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertyLine;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import io.quarkus.creator.config.reader.PropertiesConfigReader;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertyLine;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -25,11 +25,11 @@ import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
import org.eclipse.microprofile.config.Config;
|
||||
import org.jboss.shamrock.creator.config.reader.MappedPropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.MultirootedConfigHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesConfigReader;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertyLine;
|
||||
import io.quarkus.creator.config.reader.MappedPropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.MultirootedConfigHandler;
|
||||
import io.quarkus.creator.config.reader.PropertiesConfigReader;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertyLine;
|
||||
import org.junit.Test;
|
||||
|
||||
import io.smallrye.config.SmallRyeConfigProviderResolver;
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesConfigReaderException;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertiesHandler;
|
||||
import org.jboss.shamrock.creator.config.reader.PropertyContext;
|
||||
import io.quarkus.creator.config.reader.PropertiesConfigReaderException;
|
||||
import io.quarkus.creator.config.reader.PropertiesHandler;
|
||||
import io.quarkus.creator.config.reader.PropertyContext;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.config.test;
|
||||
package io.quarkus.creator.config.test;
|
||||
|
||||
import java.nio.file.Path;
|
||||
|
||||
|
||||
@@ -15,18 +15,18 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome.test;
|
||||
package io.quarkus.creator.outcome.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.outcome.Errors;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeMap;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProvider;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolver;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolverFactory;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.outcome.Errors;
|
||||
import io.quarkus.creator.outcome.OutcomeMap;
|
||||
import io.quarkus.creator.outcome.OutcomeProvider;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.outcome.OutcomeResolver;
|
||||
import io.quarkus.creator.outcome.OutcomeResolverFactory;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome.test;
|
||||
package io.quarkus.creator.outcome.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeMap;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProvider;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolver;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolverFactory;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.outcome.OutcomeMap;
|
||||
import io.quarkus.creator.outcome.OutcomeProvider;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.outcome.OutcomeResolver;
|
||||
import io.quarkus.creator.outcome.OutcomeResolverFactory;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,18 +15,18 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome.test;
|
||||
package io.quarkus.creator.outcome.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.outcome.Errors;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeMap;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProvider;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolver;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolverFactory;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.outcome.Errors;
|
||||
import io.quarkus.creator.outcome.OutcomeMap;
|
||||
import io.quarkus.creator.outcome.OutcomeProvider;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.outcome.OutcomeResolver;
|
||||
import io.quarkus.creator.outcome.OutcomeResolverFactory;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome.test;
|
||||
package io.quarkus.creator.outcome.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeMap;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProvider;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolver;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolverFactory;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.outcome.OutcomeMap;
|
||||
import io.quarkus.creator.outcome.OutcomeProvider;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.outcome.OutcomeResolver;
|
||||
import io.quarkus.creator.outcome.OutcomeResolverFactory;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome.test;
|
||||
package io.quarkus.creator.outcome.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeMap;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProvider;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeProviderRegistration;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolver;
|
||||
import org.jboss.shamrock.creator.outcome.OutcomeResolverFactory;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.outcome.OutcomeMap;
|
||||
import io.quarkus.creator.outcome.OutcomeProvider;
|
||||
import io.quarkus.creator.outcome.OutcomeProviderRegistration;
|
||||
import io.quarkus.creator.outcome.OutcomeResolver;
|
||||
import io.quarkus.creator.outcome.OutcomeResolverFactory;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.outcome.test;
|
||||
package io.quarkus.creator.outcome.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@@ -22,7 +22,7 @@ import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
import org.jboss.shamrock.creator.AppCreatorException;
|
||||
import org.jboss.shamrock.creator.AppDependency;
|
||||
import org.jboss.shamrock.creator.resolver.aether.AetherArtifactResolver;
|
||||
import org.jboss.shamrock.creator.util.IoUtils;
|
||||
import io.quarkus.creator.AppCreatorException;
|
||||
import io.quarkus.creator.AppDependency;
|
||||
import io.quarkus.creator.resolver.aether.AetherArtifactResolver;
|
||||
import io.quarkus.creator.util.IoUtils;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jboss.shamrock.creator.resolver.test;
|
||||
package io.quarkus.creator.resolver.test;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user