File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,17 @@ quarkus.web-bundler.dependencies.node-modules=node_modules
15
15
quarkus.web-bundler.bundle.app =false
16
16
quarkus.web-bundler.bundle.lib.key =main
17
17
quarkus.web-bundler.bundle.community-app.key =main
18
+
19
+ # they are needed to be used transitively, but
20
+ # they are removed from the final application with an antrun script
21
+ quarkus.web-bundler.dependencies.compile-only =false
18
22
%dev.quarkus.web-bundler.bundle.lib =true
19
23
%dev.quarkus.web-bundler.bundle.community-app =true
20
24
%playwright.quarkus.web-bundler.bundle.lib =true
21
25
%playwright.quarkus.web-bundler.bundle.community-app =true
22
26
27
+ quarkus.log.category."io.mvnpm.esbuild".level =DEBUG
28
+
23
29
# http
24
30
quarkus.http.enable-compression =true
25
31
quarkus.resteasy-reactive.path =/api
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ USER 185
15
15
RUN cd /usr/src/app/ && ./mvnw clean package -Dacceptance-test -DskipTests $MAVEN_BUILD_EXTRA_ARGS
16
16
17
17
## Stage 2 : create the docker final image
18
- FROM mcr.microsoft.com/playwright:v1.40 .1-jammy
18
+ FROM mcr.microsoft.com/playwright:v1.41 .1-jammy
19
19
20
20
ARG JAVA_PACKAGE=openjdk-17-jre-headless
21
21
ARG MAVEN_EXTRA_ARGS=
Original file line number Diff line number Diff line change 17
17
18
18
<quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
19
19
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
20
- <quarkus .platform.version>3.7.0 </quarkus .platform.version>
20
+ <quarkus .platform.version>3.7.1 </quarkus .platform.version>
21
21
22
22
<skipITs >true</skipITs >
23
23
<surefire-plugin .version>3.2.5</surefire-plugin .version>
24
- <quarkus-web-bundler .version>1.2.0 </quarkus-web-bundler .version>
24
+ <quarkus-web-bundler .version>1.3.0.CR2 </quarkus-web-bundler .version>
25
25
<quarkus-playwright .version>0.0.1</quarkus-playwright .version>
26
26
27
27
<formatter .plugin.version>2.23.0</formatter .plugin.version>
You can’t perform that action at this time.
0 commit comments