Error no member new scala.beans.BeanProperty . <init>
under first incremental compilation
#19421
Labels
area:incremental-compilation
area:typer
itype:bug
regression
This worked in a previous version but doesn't anymore
Milestone
Failure found in OpenCB for
j5ik2o/akka-persistence-s3
- build logsWhen compiling project for the first time it can fail with no
BeanPropert
constructor. When compiling for the second time it is able to finish compilation.Compiler version
Last good release: 3.4.0-RC1-bin-20231115-0420aaf-NIGHTLY
First bad release: 3.4.0-RC1-bin-20231116-fdf8de3-NIGHTLY
Bisect points to d04b3c7
Present in 3.4.0-RC1, not present in 3.3.2-RC1
Minimized code
No minimisation. The project itself does not use
@BeanProperty
, it might be used somewhere in the upstream.To reproduce:
Output
One of projects would fail with:
Expectation
Data race? should be fixed to prevent spurious failures
The text was updated successfully, but these errors were encountered: