BeanDefinitionPropertyValueCodeGenerator#orderForConsistency expects values to be Comparable #31419
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Milestone
Uh oh!
There was an error while loading. Please reload this page.
As reported in #29074, the map generator expects any value to implement
Comparable
as it puts them in aTreeMap
so that the generated code is reproductible.Most values are basic but
TypeStringValue
does not implementComparable
. We could fix that but that's probably a workaround of the underlying problem.The text was updated successfully, but these errors were encountered: