The core Spring Framework recently changed the o.s.core.SpringVersion class default constructor to be private thereby causing a compilation failure in the o.s.d.g.mapping.MappingPdxSerializerUnitTests, which tries to assert that "including" core Spring Framework classes in the filter allows core Spring Framework types to be properly handled by the serializer
John Blum opened DATAGEODE-132 and commented
The core Spring Framework recently changed the
o.s.core.SpringVersion
class default constructor to beprivate
thereby causing a compilation failure in theo.s.d.g.mapping.MappingPdxSerializerUnitTests
, which tries to assert that "including" core Spring Framework classes in the filter allows core Spring Framework types to be properly handled by the serializerReferenced from: commits e3276e2
The text was updated successfully, but these errors were encountered: