openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Commons Chain
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
about 14 hours
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 21 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updating for 1.0 release, removed old cookbook file
Donald J. Brown
More...
over 20 years ago
Made CatalogBase thread-safe by synchronizing the map of commands PR: 32015
Donald J. Brown
More...
over 20 years ago
Convert the DocBook chapter into Maven format and add it to the web site as a Cookbook.
Martin Cooper
More...
over 20 years ago
Now that we have CatalogFactory, make LookupCommand leverage it by expecting a Catalog name instead of a Catalog instance. If not specified, the default Catalog for this application will be consulted.
Craig R. McClanahan
More...
almost 21 years ago
Adjust the example chain configuration file to reflect the default behavior of expecting a <catalog> outermost element, which will register the included chains and commands into the default catalog for this app.
Craig R. McClanahan
More...
almost 21 years ago
Add forgotten new class.
Craig R. McClanahan
More...
almost 21 years ago
Update ChainListener and ChainServlet (and the subordinate servlet related processing commands) to make the presence of the attribute init parameter (org.apache.commons.chain.CONFIG_ATTR) select the previous behavior where a Catalog is registered as an application scope parameter. Absence of this init parameter will trigger the new-style behavior where config files are assumed to contain <catalog> elements, which will cause the catalogs to be registered with the CatalogFactory for this application.
Craig R. McClanahan
More...
almost 21 years ago
Update tests to reflect the modified APIs and logic.
Craig R. McClanahan
More...
almost 21 years ago
Make CatalogFactory an abstract class instead of an interface, and make the getInstance() and clear() methods static on this class. This is necessary both to avoid applications having to reference CatalogFactoryBase, but also to ensure that the clear() method actually releases all references to the relevant class loader -- in the original scheme, we would still have been leaving garbage lying around.
Craig R. McClanahan
More...
almost 21 years ago
Add a unit test for CatalogFactoryBase.
Craig R. McClanahan
More...
almost 21 years ago
Add a clear() method to CatalogFactory() so that, for example, a web application can clean up allocated catalogs when it shuts down.
Craig R. McClanahan
More...
almost 21 years ago
Per discussion on the Commons Developer list, remove the getInstance() method that doesn't really belong here. Also, add a getNames() method to iterate over the names of all known catalogs, similar to how Catalog can iterate over the names of all known commands.
Craig R. McClanahan
More...
almost 21 years ago
Commit the proposed CatalogFactory interface, from Sean Schofield. This is primarily for discussion at this point; I'm not (quite) ready to consider it to be part of the final API for [chain].
Craig R. McClanahan
More...
almost 21 years ago
Updating Pluto url
Donald J. Brown
More...
almost 21 years ago
Changed all servlet Map implementations to use the Map.Entry implementation MapEntry, rather than returning the values which caused Map.putAll() to throw confusing ClassCastExceptions
Donald J. Brown
More...
almost 21 years ago
Adding postGoal to copy css stylesheets from commons-build when site is generated. Please maintain this modification for consistent look and feel across commons subprojects.
Mark R. Diggory
More...
almost 21 years ago
Enhance the readability/writeability of configuration files for command chains, by supporting a new <define> element that dynamically adds new Digester rules to the running instance, allowing use of elements without having to specify the command or chain implementation class every time. For example, assume you wanted to use two different instances of a particular command in two different chains:
Craig R. McClanahan
More...
about 21 years ago
Reformat to restore indentation. No functional changes.
Craig R. McClanahan
More...
about 21 years ago
Allow a global default to be set for the o.a.c.c.Chain implementation class to be used when instantiating a new chain.
Craig R. McClanahan
More...
about 21 years ago
Added deploy info based of jxpath's config
Donald J. Brown
More...
about 21 years ago
Got the site to build completely
Donald J. Brown
More...
about 21 years ago
Adding checkstyle config from jxpath, modified maven build to get unit tests to run and documents built
Donald J. Brown
More...
about 21 years ago
Changed references from sandbox to commons proper, added self to dev list, modified maven config to get it to build
Donald J. Brown
More...
about 21 years ago
Add properties for sdocbook plugin. Several JARs have to be downloaded manually, making the sdocbook plugin a pain to install.
Ted Nathan Husted
More...
about 21 years ago
Add generated HTML while we adjust the build. Edits should be made to sdocbook/chapter-chain.xml.
Ted Nathan Husted
More...
about 21 years ago
Move to default sdocbook directory
Ted Nathan Husted
More...
about 21 years ago
Initial checkin of the Commons Chain Cookbook. This is in DocBook and needs to be integrated with the Maven build, but I wanted to get it under CVS. We may need to downsize it to Simplified DocBook.
Ted Nathan Husted
More...
about 21 years ago
Add controller application.
Ted Nathan Husted
More...
about 21 years ago
Add tests.
Ted Nathan Husted
More...
about 21 years ago
Javadoc and code formatting.
Ted Nathan Husted
More...
about 21 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree