| /[Apache-SVN]/commons/proper/configuration/trunk/project.xml |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Synchronized with changes of pom.xml (as the m1 build is not yet dropped).
Added dependency to xml-resolver also to project.xml.
Updates after 1.6 release: increased version numbers etc.
Revert version numbers after tagging the RC.
Changing version numbers for 1.6rc2.
Rolling back version numbers after tagging 1.6rc1
Updating version numbers for the first RC of 1.6 release
Minor updates of the maven 1 build.
Updated some of the dependencies to other Commons components to the most recent versions.
Fixed the missing DTD for the XMLPropertyListConfigurations (CONFIGURATION-309)
Post release updates
Rolling back version numbers after tagging the RC
Updating version numbers for 1.5rc3
Changed version of maven-findbugs-plugin to a modern version
Rolled back version number to snapshot
Updated version number for release candidate 2
Added information about the 1.5 release to the downloads page
Optimize, update and armonize dependencies for M2 + M1.
Rolled back version number after tagging the RC
Upgrade of release number for 1.5rc1
CONFIGURATION-273: Provide a special implementation of interpolatedConfiguration() for hierarchical configurations
Marking dependencies to commons-codec and commons-jxpath as optional; thanks to Nicolas De Loof who pointed this out.
CONFIGURATION-284: New EnvironmentConfiguration class; thanks to Nicolas De Loof for the patch.
Moving to TLP
Moving back :)
Moving to TLP
Remove jakarta references from m1 and m2 builds
Removed dependency to jetty. Tests for saving to a HTTP URL are now using a mock URLConnection. Coverage rate is not affected.
Added a test case for saving a configuration to a web server using a PUT request (CONFIGURATION-249) Minor code simplification in AbstractFileConfiguration
Applied the change suggested by Phil Steitz to fix the nightly build
Reviewed event handling in plist configurations; added new test classes
Added explicit dependency to checkstyle plugin to ensure that the correct version is used
DataConfiguration now supports the javax.mail.internet.InternetAddress type for email adresses
Reorganization of the site documentation: - moved the userguide and the 1.2 howtos in separate directories - added a 'Javadoc archive' page and removed the links from the menu - added a 'Development' section in the menu similar to other commons components - added a description for some of the releases on the changes report - removed the unused howtos_index_1.0.xml page - reverted the maven-xdoc-plugin to 1.8 to fix the page titles (navigation.xml title + page title instead of page title + nav title) - changed the page title to be more descriptive
Implemented the load() method of XMLPropertyListConfiguration in pure SAX, thus dropping the dependency on Digester and BeanUtils for this class Added the INIConfiguration on the main page Updated my personal info
Updated version number for next release
Rolling back version numbers to 1.4-SNAPSHOT
Set version number to 1.4 for 3rd release candidate
Rolled back version numbers to 1.4-SNAPSHOT
Set version numbers to 1.4 for rc2
Updated dependency to commons-dbcp to avoid problems with jdbc-stdext in m2 build
Updated some dependencies to match the recent available versions
Minor site improvements
Added Nicolas De Loof to the list of contributors
Removed dependency to spice-jndikit
Rolling back version numbers to 1.4-SNAPSHOT until the final release
Setting version number to 1.4 for opening the release vote
Updated dependencies to other commons components to use the recent available versions
Make unit tests running under maven 2
CONFIGURATION-251: Changed version of dependency to xml-apis from 2.0.2 to 1.0.b2
Updated dependency to lang 2.2, minor site improvements
Added scope provided property for libraries that are only needed for JDK 1.3 compatibility
Updated version numbers after release
Updated version numbers to 1.3 final
Minor site update; switched to cobertura plugin 1.2
Re-changed groupId to commons-configuration and set version number to 1.3RC2
Updated license headers
Added Gabriele Garuglieri as contributor
Changed version to 1.3RC1
Updated dependency to servletapi to version 2.4; related to CONFIGURATION-217
Added jdiff report and re-enabled findbugs
Fix mailing list archive links and Jira --> JIRA
Add a dependency on a version of maven-changes-plugin that handles multiple issues per action.
Change groupId to org.apache.commons Remove empty branches element Change from bugzilla to jira
Corrected site host name.
Added dependency to allow site build without maven tweaks.
Test classes for event listener support
Added tests for NodeCombiner classes
Removed dom4j dependency; it was used by two test classes, which have been re-written
Switched from jcoverage to cobertura
Initial implementation of an XPATH expression engine with helper classes required by JXPath
Added Jorge Ferrer to list of contributors
Updated version numbers to next dev version
Setting version number for 1.2 final release
Updated version number for 1.2RC3
Update build scripts to run on JDK 1.3
Preparations for 1.2RC2
Preparations of 1.2RC1
Made pom maven 2 compatible (applied patch of Carlos Sanchez)
Removed fake dependency resources.jar; updated tests correspondingly
getKeys() in HierarchicalConfiguration now returns an iterator over an ordered set, this implies an upgrade of the dependency on Commons Collections (3.0 -> 3.1) (Bug 35903) New Node constructor (name/value) Removed the default constuctor from HierarchicalConfiguration
New configurations implementing the "property list" formats used in NeXT, OpenStep and Mac OS X
remove invalid contributor ids
PropertiesConfiguration now supports all key/value separators supported by java.util.Properties (Bug 29171) PropertiesConfiguration now supports escaped key/value separators in the keys (Bug 29192). Updated the dependency on Commons Lang (2.1 instead of 2.0)
Added Jamie M. Guillemette to the list of contributors
Added the Maven2 property <scope>test</scope> on the test dependencies
Updated the project descriptor to use the commons-logging-api artifact instead of commons-logging and the groupId/artifactId tags instead of id (suggested by Brett Porter)
Update version number to the next dev version
Preparations for 1.1 release
Preparations for 1.1RC3
Updated build scripts to include NOTICE.txt in the distros and the jar
Setting actual version to 1.1RC2
svn:keywords correction
Preparing 1.1 release candidate
Use SVN changelog
Added XMLPropertiesConfiguration to support the new XML format for java.util.Properties introduced in Java 1.5
Removed the reference to nagoya
Added support for optional configurations in configuration definition files for ConfigurationFactory.
Added web configurations
Oops :) wrong file commited
Removed 1.0 tasks
Fix up accidentially checked in distribution site and group.
Main branch will be 1.1 next.
Move on to 1.0.1-dev
Missing junit Dependency. Call it 1.0
Prep for next version, hopefully 1.0!
Prep for rc2
Updated the hsqldb dependency to the version 1.7.2
Unified the mechanisms for loading and saving file based configurations. PropertiesConfiguration, XMLConfiguration and HierarchicalXMLConfiguration now implement the same FileConfiguration interface. BasePathLoader, BasePathConfiguration, ClassPropertiesConfiguration and BasePropertiesConfiguration have been removed.
If we push for beanutils 1.7, we should use the correct versions and names of the 1.7 release files on ibiblio.
Updated the dependencies on commons-logging and commons-beanutils Removed simple-jndi Moved myself to the developper list & email update
bring back the getVector() methods in the Configuration interface, making it possible to use 1.0-rc1 and beyond as drop-in replacement for older commons-configuration snapshots as used by e.g. Turbine-2.3 and Torque-3.1 Without this patch, these fail miserably due to missing method errors. The methods are deprecated and should be removed in 1.1 Unit tests and change message are included.
Bump version now that 1.0-RC1 is released
fix plugin groups. bump version of findbugs.
provide bug tracking link that returns all of configuration bugs
Enabled TestJNDIConfiguration
- upgraded the dependency on [collections] to 3.0 - replaced the deprecated SequencedHashMap with LinkedMap
Update to DBUnit 2.0, remove dependency on Electric XML parser.
Update project dependencies to use groupId/artifactId
Add dependency on spice-jndikit
Removed extend, migrated repository, Apache project metadata and adjusted build settings appropriately.
Bugzilla Bug 27498 DOM based XMLConfiguration
Oops, it seems like the o with .. over it causes Maven to fail.
Bugzilla 28033 fix project.xml to avoid cruft in resulting jar
bump version to rc 1
Exclude TestJNDIConfiguration until we get a better mock JNDI provider.
Integrate findbugs and tasks plugins.
Work on fixing JNDIConfiguration.getKeys()
fix link to bug tracker.
Fix tests so that testdb.script not regenerated constantly. fixs cvs wanting to chck testdb.script in always.
*** empty log message ***
DatabaseConfiguration and test case contributed by Emmanuel
Add Junit based unit tests for JNDI versus using Cactus.
Site had no title or logo, added both
Update Vectors to Lists. Thanks Emmanuel Bourg!
Remove references to sandbox
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |