You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original source code support for that had to be moved from java to generated code as the java compiler no longer supports overloaded methods that overlap e.g. ...with(Object) ...with(Boolean)
The code that supports this in 2.8.X is generated with ASM and may not be supported in future run times.
Need to warn people to migrate to withInt withBoolean type methods.
Which sucks.
The text was updated successfully, but these errors were encountered:
The original source code support for that had to be moved from java to generated code as the java compiler no longer supports overloaded methods that overlap e.g.
...with(Object) ...with(Boolean)
The code that supports this in 2.8.X is generated with ASM and may not be supported in future run times.
Need to warn people to migrate to withInt withBoolean type methods.
Which sucks.
The text was updated successfully, but these errors were encountered: