DeferredAuthorityFactory history

Click on the commit message for inspecting the diff and how the code has been rewritten.

Command line:

svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/factory/DeferredAuthorityFactory.java
Rev. Date Author Message
314452008-09-07desruisseauxGEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord).
306412008-06-12acusterCopyright headers: lib/referencing, this time with feeling (and the el in Toolkit)
305212008-06-05acusterCopyright: Update referencing headers
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
287902008-01-16desruisseauxRenamed resources.i18n.Logging as resources.i18n.Loggings (with an s) for avoiding name clash with util.logging.Logging. The name clash would not have been an issue if those two classes were not typically used together... Also performed a few javadoc fixes in DirectPosition2D.
285402007-12-29acusterHide buttons which are not yet used
280512007-11-26desruisseauxMore Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings).
275752007-10-22desruisseauxConverted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).
259722007-06-21desruisseauxReplaced usage of deprecated classes/methods by the new ones. A side effect is to restore the buffering in ThreadedEpsgFactory, which was partially disabled by class name changes.
259552007-06-20desruisseauxMinor formatting, javadoc and references to FactoryGroup replaced by FactoryContainer.
259192007-06-19jgarnettjuggle the code back into place
259162007-06-19jgarnettrollback so I can svn mv like a normal person; this will break the build
258962007-06-19jgarnettGrabbed out BufferedAuthorityFactory functionality into ThreadedAuthorityFactory as prep high volume crs services
254062007-05-03desruisseaux-Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed.
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223152006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.
208742006-08-07jgarnettip review
197552006-05-31desruisseauxAdded FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (GEOT-858). This work implied a large amount of work, hunting for infinite recursive method calls in many places.
196762006-05-25desruisseauxRemoved deprecated classes and methods from the referencing module
181032006-02-20desruisseauxAvoid to log a stack trace if there is no EPSG data source on the class path.
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
169422005-11-23desruisseauxFirst draft of OrderedAxisAuthorityFactory (GEOT-694)
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
145642005-06-20desruisseauxInitial implementation of GEOT-589. Partially tested, more tests to come
145602005-06-17desruisseauxImplemented the 'getAuthorityCodes()' and 'getDescriptionText(...)' methods in EPSG factory
139252005-05-30desruisseauxAdded @since javadoc tag
137782005-05-25desruisseauxInitial draft of EPSG-HSQL plugin (database not yet included)
129662005-04-05desruisseauxJavadoc update following 'factory-hints' branch merge
115262005-02-21desruisseauxAttempt to workaround a NullPointerException in JDBC-ODBC bridge on Linux
115102005-02-18desruisseauxPorted the WKT-based EPSG factory from plugin/epsg