Mercurial > dive4elements > framework
comparison ChangeLog @ 292:39c0ff00d188
Introduced a hook concept - currently used for 'post-feed' and 'post-advance'.
artifacts/trunk@2327 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 13 Jul 2011 13:12:08 +0000 |
parents | f8c4fa292c9c |
children | a367a0d011af |
comparison
equal
deleted
inserted
replaced
291:f8c4fa292c9c | 292:39c0ff00d188 |
---|---|
1 2011-07-13 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/Hook.java: New. A hook | |
4 can be used to execute at a specific point in time. E.g. after an | |
5 Artifact was fed or after an Artifact has advanced. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
8 Call hooks after Artifact's feed() and advance() operations. | |
9 | |
10 * artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java: | |
11 Load hooks from configuration that match the XPath "/artifact-database/hooks/hook". | |
12 | |
1 2011-07-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 13 2011-07-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 14 |
3 Fix for flys/issue20 | 15 Fix for flys/issue20 |
4 | 16 |
5 * artifact-database/pom.xml: Bumped version of SLF4J up to 1.6.1 | 17 * artifact-database/pom.xml: Bumped version of SLF4J up to 1.6.1 |