Skip to content

Commit 64c2c2a

Browse files
authored
Update WB (#1295)
1 parent acf1cd7 commit 64c2c2a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

base/src/main/resources/application.properties

+6
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ quarkus.web-bundler.dependencies.node-modules=node_modules
1515
quarkus.web-bundler.bundle.app=false
1616
quarkus.web-bundler.bundle.lib.key=main
1717
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
1822
%dev.quarkus.web-bundler.bundle.lib=true
1923
%dev.quarkus.web-bundler.bundle.community-app=true
2024
%playwright.quarkus.web-bundler.bundle.lib=true
2125
%playwright.quarkus.web-bundler.bundle.community-app=true
2226

27+
quarkus.log.category."io.mvnpm.esbuild".level=DEBUG
28+
2329
# http
2430
quarkus.http.enable-compression=true
2531
quarkus.resteasy-reactive.path=/api

docker/Dockerfile.acceptance-test.multistage

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER 185
1515
RUN cd /usr/src/app/ && ./mvnw clean package -Dacceptance-test -DskipTests $MAVEN_BUILD_EXTRA_ARGS
1616

1717
## 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
1919

2020
ARG JAVA_PACKAGE=openjdk-17-jre-headless
2121
ARG MAVEN_EXTRA_ARGS=

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
1919
<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>
2121

2222
<skipITs>true</skipITs>
2323
<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>
2525
<quarkus-playwright.version>0.0.1</quarkus-playwright.version>
2626

2727
<formatter.plugin.version>2.23.0</formatter.plugin.version>

0 commit comments

Comments
 (0)