micronaut-projects / micronaut-data

Ahead of Time Data Repositories
Apache License 2.0
464 stars 195 forks source link

Test cases for broken mapped entities #2936

Closed rlconst closed 4 months ago

rlconst commented 4 months ago

Invalid bytecode generated for classes with interfaces leads to Caused by: java.lang.VerifyError: Bad type on operand stack

See https://github.com/micronaut-projects/micronaut-core/issues/10588

dstepanov commented 4 months ago

Please target 4.9.x and try to bump the platform

rlconst commented 4 months ago

@dstepanov I don't see 4.9.x branch. Also neither main, nor master

dstepanov commented 4 months ago

Thanks @rlconst, the test is passing with the latest Core