Method too large: io/quarkus/rest/runtime/__QuarkusInit.init #45718
Labels
area/rest
env/windows
Impacts Windows machines
kind/bug
Something isn't working
triage/needs-reproducer
We are waiting for a reproducer.
Describe the bug
Quarkus application implementing many Rest services with many query params fails to start with the following error:
Expected behavior
Application should start normally. The same application works reducing the number of rest services or query params.
Actual behavior
Failed to start with the error:
org.objectweb.asm.MethodTooLargeException: Method too large: io/quarkus/rest/runtime/__QuarkusInit.init
How to Reproduce?
Create an application with many rest services and query params.
Output of
uname -a
orver
Microsoft Windows 10 Pro
Output of
java -version
java version "17.0.11" 2024-04-16 LTS
Quarkus version or git rev
3.15.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: