Hi,
today I woke up with GeoServer trunk not compiling at all.
Turns out a GeoJSon patch was ported from 1.6.x to trunk
without checking it, and it was full of old feature model
usages.
I performed all the usual changes and its back compiling,
existing tests are working as well, but I noticed no extra
unit tests has been added for the bug fix that broke the
compile, so I don't really know wether my changes broke
the functionality.
Please, when making bug fixes try to add a test as well,
at least when possible (current GeoServer architecture
does not really make it easy to test everything, but this
one in particular seems to be testable extending the
existing GeoJSONTest class).
Cheers
Andrea