Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / library / AbstractLibrariesInitializer.java @ 1340

History | View | Annotate | Download (15.1 KB)

# Date Author Comment
1340 12/29/2015 08:32 PM Joaquín del Cerro Murciano

refs #3966, corregido el orden de las dependencias de un Library, no tenia en cuenta las dependencias transitivas para establecer el orden de inicializacion, estableciendose un orden de inicializacion aleatorio cuando estas existian.

1165 09/14/2014 08:13 AM Joaquín del Cerro Murciano

Corregido un error en el tratamiento de errores de AbstractLibrariesInitialized que impedia ver el error real cuando se producia un error cargando las clases Library.

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

655 12/15/2011 11:03 AM Cesar Ordiñana

New library ordering to solve bug gvsig-desktop#67
#67

654 11/29/2011 12:37 PM Cesar Ordiñana

Solve bug gvsig-desktop#16017

644 11/14/2011 10:00 AM Cesar Ordiñana

Capture errors when loading libraries through a Classloader

641 11/11/2011 09:11 AM Cesar Ordiñana

All a library to require other libraries of types other than API.

621 10/17/2011 07:52 AM Cesar Ordiñana

Add fullInitialize method with ignore errors parameter and update javadoc

607 10/04/2011 09:05 AM Cesar Ordiñana

Add support to load libraries from a list of classloaders and better loging

485 05/13/2011 08:46 AM Cesar Ordiñana

Add new method so the libraries may register themselves there instead of the constructor, so the application may continue starting even if there is an error in one of the libraries.

480 05/11/2011 10:53 AM Cesar Ordiñana

Add libraries of service type also as implementations of themselves

478 05/11/2011 08:09 AM Cesar Ordiñana

Added new Library.TYPE for service or provider libraries.
Also updated library ordering logic to take the new type into account, solve a bug with priorities, and when a requirement to a library is found, load everything to get a fully functional library: API, implementation and all available services.

384 02/03/2011 11:24 AM Cesar Ordiñana

Change found libraries log indentation so it is not confused in the log with an exception stacktrace

372 12/21/2010 09:52 AM Cesar Ordiñana

Refactor and add also library of type api when a library of type impl is required, just in case there is an error in the impl library definition.

370 12/21/2010 07:49 AM Cesar Ordiñana

Format and cleanup

358 12/16/2010 04:32 AM Cristian Martín

Added getPriority functions in AbstractLibrary and improved OrderedLibs for resolving duplicated implementations problems choosing by its priorities.

188 07/06/2010 09:25 AM Joaquín del Cerro Murciano

Add Library methods to specify dependencies with other libraries.

149 06/23/2010 10:40 AM Joaquín del Cerro Murciano

Add support to continue initialization on errors.

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added