Changelog Report

Timeframe: 30 days, Total Commits: 10 Total Number of Files Changed: 43

DateAuthorFile/Message
2004-12-10 05:11:55Martin Cooper

project.properties v 1.7

xdocs/index.xml v 1.7

Tweaks to the web site in preparation for 1.0 release.
2004-12-09 05:23:14Martin Cooper

src/test/org/apache/commons/chain/impl/CatalogFactoryBaseTestCase.java v 1.3

Make sure that testPristine() comes first. Relying on the order of methods in the source being the order in which they are called is not exactly a best practice, but on the eve of a 1.0 release, switching the order of a couple of methods is the most expedient way to resolve the failing tests.
2004-12-08 06:33:13Martin Cooper

build.xml v 1.11

project.xml v 1.12

Now that the MyFaces version of the JSF API is available at ibiblio, change the Maven and Ant builds to depend on that, rather than the JSF API RI, which cannot be made available in the same way. This change should allow the nightly builds of Chain to succeed - or at least not fail so early because the dependencies were not available.
2004-11-30 05:52:22Martin Cooper

checkstyle.xml v 1.2

license-header.txt v 1.1

src/java/org/apache/commons/chain/Catalog.java v 1.7

src/java/org/apache/commons/chain/CatalogFactory.java v 1.5

src/java/org/apache/commons/chain/Filter.java v 1.6

src/java/org/apache/commons/chain/config/ConfigCatalogRule.java v 1.2

src/java/org/apache/commons/chain/config/ConfigDefineRule.java v 1.2

src/java/org/apache/commons/chain/config/ConfigRegisterRule.java v 1.5

src/java/org/apache/commons/chain/config/ConfigRuleSet.java v 1.9

src/java/org/apache/commons/chain/generic/LookupCommand.java v 1.10

src/java/org/apache/commons/chain/impl/CatalogBase.java v 1.12

src/java/org/apache/commons/chain/impl/CatalogFactoryBase.java v 1.4

src/java/org/apache/commons/chain/impl/ChainBase.java v 1.6

src/java/org/apache/commons/chain/impl/ContextBase.java v 1.7

src/java/org/apache/commons/chain/web/ChainListener.java v 1.7

src/java/org/apache/commons/chain/web/ChainResources.java v 1.7

src/java/org/apache/commons/chain/web/ChainServlet.java v 1.8

src/java/org/apache/commons/chain/web/MapEntry.java v 1.3

src/java/org/apache/commons/chain/web/WebContext.java v 1.6

src/java/org/apache/commons/chain/web/portlet/PortletApplicationScopeMap.java v 1.4

src/java/org/apache/commons/chain/web/portlet/PortletRequestScopeMap.java v 1.4

src/java/org/apache/commons/chain/web/portlet/PortletSessionScopeMap.java v 1.5

src/java/org/apache/commons/chain/web/servlet/ChainProcessor.java v 1.7

src/java/org/apache/commons/chain/web/servlet/ServletApplicationScopeMap.java v 1.5

src/java/org/apache/commons/chain/web/servlet/ServletHeaderValuesMap.java v 1.5

src/java/org/apache/commons/chain/web/servlet/ServletRequestScopeMap.java v 1.5

src/java/org/apache/commons/chain/web/servlet/ServletSessionScopeMap.java v 1.5

Fix around 660 Checkstyle errors prior to the 1.0 release.
2004-11-30 05:50:07Martin Cooper

build.xml v 1.10

project.xml v 1.11

Update version for 1.0 release.
2004-11-22 01:59:50Martin Cooper

build.xml v 1.9

Regenerate Ant build file to pick up changes to project.xml.
2004-11-22 01:55:12Martin Cooper

project.xml v 1.10

Update BeanUtils and Digester versions; remove Collections dependency; update version number to 1.0-dev in anticipation of a 1.0 release soon.
2004-11-17 08:05:39Don Brown

STATUS.html v 1.4

chapter-chain.html v 1.2

src/conf/MANIFEST.MF v 1.2

xdocs/index.xml v 1.6

Updating for 1.0 release, removed old cookbook file
2004-11-17 07:59:18Don Brown

src/java/org/apache/commons/chain/impl/CatalogBase.java v 1.11

Made CatalogBase thread-safe by synchronizing the map of commands PR: 32015
2004-11-16 20:43:03Martin Cooper

xdocs/cookbook.xml v 1.1

xdocs/navigation.xml v 1.6

Convert the DocBook chapter into Maven format and add it to the web site as a Cookbook.