diff --git a/nop-cli/pom.xml b/nop-cli/pom.xml index 651eb3dec..ce4b3f754 100644 --- a/nop-cli/pom.xml +++ b/nop-cli/pom.xml @@ -106,7 +106,7 @@ io.github.entropy-cloud nop-cli-core 2.0.0-SNAPSHOT - compile + true diff --git a/nop-demo/nop-quarkus-demo/pom.xml b/nop-demo/nop-quarkus-demo/pom.xml index 4b810137b..bfc4fc74d 100644 --- a/nop-demo/nop-quarkus-demo/pom.xml +++ b/nop-demo/nop-quarkus-demo/pom.xml @@ -75,6 +75,12 @@ io.github.entropy-cloud nop-auth-web + + + nop-js + io.github.entropy-cloud + + diff --git a/nop-demo/nop-quarkus-demo/src/main/resources/META-INF/native-image/io.nop.demo/nop-quarkus-demo/native-image.properties b/nop-demo/nop-quarkus-demo/src/main/resources/META-INF/native-image/io.nop.demo/nop-quarkus-demo/native-image.properties index 2e39c02f2..0fdf66acc 100644 --- a/nop-demo/nop-quarkus-demo/src/main/resources/META-INF/native-image/io.nop.demo/nop-quarkus-demo/native-image.properties +++ b/nop-demo/nop-quarkus-demo/src/main/resources/META-INF/native-image/io.nop.demo/nop-quarkus-demo/native-image.properties @@ -1,7 +1,8 @@ Args=--enable-http \ --enable-https \ --enable-all-security-services \ ---verbose \ +--initialize-at-run-time=org.h2.fulltext \ +-H:+AllowDeprecatedBuilderClassesOnImageClasspath \ -H:EnableURLProtocols=http,https \ --report-unsupported-elements-at-runtime \ -H:ReflectionConfigurationResources=${.}/reflect-config.json \ diff --git a/nop-demo/nop-quarkus-demo/src/main/resources/application.yaml b/nop-demo/nop-quarkus-demo/src/main/resources/application.yaml index c83802668..65726fed2 100644 --- a/nop-demo/nop-quarkus-demo/src/main/resources/application.yaml +++ b/nop-demo/nop-quarkus-demo/src/main/resources/application.yaml @@ -31,10 +31,14 @@ nop: # jdbc-url: jdbc:h2:./db/test # username: sa # password: - driver-class-name: com.mysql.cj.jdbc.Driver - jdbc-url: jdbc:mysql://127.0.0.1:3306/dev?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC - username: nop - password: nop-test + #driver-class-name: com.mysql.cj.jdbc.Driver + #jdbc-url: jdbc:mysql://127.0.0.1:3306/dev?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC + #username: nop + #password: nop-test + driver-class-name: org.h2.Driver + jdbc-url: jdbc:h2:./db/test + username: sa + password: gateway: http-filter: diff --git a/nop-demo/nop-quarkus-demo/src/main/resources/nop-vfs-index.txt b/nop-demo/nop-quarkus-demo/src/main/resources/nop-vfs-index.txt index a514967b4..bed25b268 100644 --- a/nop-demo/nop-quarkus-demo/src/main/resources/nop-vfs-index.txt +++ b/nop-demo/nop-quarkus-demo/src/main/resources/nop-vfs-index.txt @@ -286,7 +286,6 @@ /nop/graphql/introspection.graphql /nop/http/beans/http-client-jdk.beans.xml /nop/integration/beans/oss-defaults.beans.xml -/nop/js/libs/nop-server-tool.mjs /nop/main/app.gateway.xml /nop/orm/beans/orm-defaults.beans.xml /nop/orm/imp/orm.imp.xml diff --git a/nop-dependencies/pom.xml b/nop-dependencies/pom.xml index c14af10ee..8d51f3f90 100644 --- a/nop-dependencies/pom.xml +++ b/nop-dependencies/pom.xml @@ -26,7 +26,7 @@ 2021.0.4.0 3.11.0 - 3.3.2 + 3.3.3 3.1.2 @@ -46,7 +46,7 @@ 6.1.4.RELEASE - 2.1.210 + 1.4.4 1.16.3 @@ -489,11 +489,11 @@ ${pulsar.version} - - com.h2database - h2 - ${h2.version} - + + + + + com.oracle.ojdbc diff --git a/pom.xml b/pom.xml index b4739594a..e34a841b7 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 2.0.0-SNAPSHOT - 3.3.2 + 3.3.3 3.0.0-M5 UTF-8