- Generation is no longer necessary (Objects no longer exist, and the new SimpleBean can be used in place of most specific beans)
- LSC-sample no longer exists (a demonstration configuration is in sample/ from the new distribution)
- Ant and Maven are no longer required. The only dependency for LSC is JRE (other dependencies are bundled)
- db2ldap configuration has been simplified: The configuration file database.properties is obsolete. Database connection properties are now read from the main lsc.properties file.
- The logging system and configuration has changed: logging configuration is now done via the logback.xml file.
Resolved issues:
- Feature #22: Don't require generation for attributes and objectclasses from the schema in the directory
- Feature #33: Support attribute names containing a "-" character
- Feature #59: Implement post hooks after sync and clean
- Feature #103: Create a distribution tarball from lsc-core including quickstart possibilities
- Feature #112: Upgrade to OpenDS 1.2 stable version (for the sample)
- Feature #136: Plug in any source connector easily
- Feature #139: Migrate from log4j to sfl4j & LogBack
- Feature #153: AntInstaller deprecated
- Feature #154: Migrate the stack traces from LOGGER.error to LOGGER.debug
- Feature #187: ldap.exists caller method
- Feature #198: Display warning message when configuration file not found
- Feature #214: All deprecated methods should log warnings
- Bug #32: [ldap2ldap] Source objectClass is created in destination directory
- Bug #99: getContextDn() is not found by rhino
- Bug #107: Null values not supported in CSV files
- Bug #140: JScriptEvaluator method evalToStringList() may return a list of one empty string
- Bug #157: Standardise output parameters for logging configuration
- Bug #168: lsc fails with unrelevant message due to bad config file
- Bug #170: Correct default logging settings
- Bug #174: Update sample for 1.2
- Bug #176: add function getAccountExpires to AD.class
- Bug #179: Quickstart tutorial fails
- Bug #184: create_value inconsistency between 1.1.2 and 1.2