[Geoserver-devel] upgrading the geoapi version breaks the build

Hi,

I’m trying to upgrade the geoapi version in geoserver trunk to 2.3-SNAPSHOT to catch up on the geotools upgrade.

So far it makes geoserver not compile. At a first glance it seems some deprecated methods were removed in geoapi? I’m looking into it now though, bellow is the build error.

Gabriel

INFO] Compiling 7 source files to /home/groldan/svn/geoserver/trunk/src/data/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/groldan/svn/geoserver/trunk/src/data/src/test/java/org/geoserver/data/test/MockData.java:[714,49] cannot find symbol
symbol : method getLower(int)
location: interface org.opengis.coverage.grid.GridEnvelope

/home/groldan/svn/geoserver/trunk/src/data/src/test/java/org/geoserver/data/test/MockData.java:[715,49] cannot find symbol
symbol : method getUpper(int)
location: interface org.opengis.coverage.grid.GridEnvelope