-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to create driver in springboot3.2 #1434
Comments
We don't officially support spring boot loader, but it looks like there is a problem with how the driver is packaged and extracted from the zip: |
We cannot debug a jar file, by repro I meant source code of a minimal project. Try debugging what's going on during the unzip (FileSystems.newFileSystem), why it is failing when updating SpringBoot 3.1 -> 3.2. Since playwright didn't change, it has something to do with the spring boot version and your build configuration. |
It a source code zip: https://minio.kuku.me/kuku/playwright.zip |
@kukume Unfortunately, supporting |
this is a spring boot bug. |
Windows and debian both show this error.
The playwright version is
1.40.0
Build a jar with SpringBoot 3.2 build plugin, then execute
java -jar xx.jar
,and throw a exception in code
Playwright.create()
. SpringBoot 3.1 have no exception.In stack
code is
The text was updated successfully, but these errors were encountered: