In the following class:

org.geotools.resources.coverage.FeatureUtilities

Method signature

(...) wrapGridCoverageReader(AbstractGridCoverage2DReader reader)

has been changed to

(...) wrapGridCoverageReader(AbstractGridCoverage2DReader reader,
                             GeneralParameterValue[] params)

resulting in a build broken in (same module)

org.geotools.resources.coverage.CoverageUtilities

at line 356, in the following method call:

return FeatureUtilities.wrapGridCoverageReader(reader);


Please remind to always run "mvn install" before to commit. If you
performed an API change in a non-private method without deprecation
cycle, *always* run "mvn clean" before a full mvn install. If you want
to avoid the need for "mvn clean" because of its compilation cost, then
keep the methods that may change private - compiling just the class that
contains the private method is suffisient to ensure that we are not
broking the build (as far as compilation is concerned - not the tests).
If the method is public or protected, then you *must* run "mvn clean"
before "mvn install".

        Martin



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to