Mercurial > dive4elements > framework
comparison ChangeLog @ 84:72e2dd4feb31
Added the time to live of an artifact to the CallContext.
artifacts/trunk@828 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 25 Mar 2010 17:32:54 +0000 |
parents | 8c4638abd518 |
children | 78263e910675 |
comparison
equal
deleted
inserted
replaced
83:8c4638abd518 | 84:72e2dd4feb31 |
---|---|
1 2010-03-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/CallContext.java: Added a | |
4 method 'getTimeToLive()' which retrieves the current artifact's time to | |
5 live. The ttl of an artifact is available where ever a CallContext object | |
6 is existing. | |
7 | |
8 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
9 Added new field ttl of an artifact to an PersistentArtifact. | |
10 | |
11 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
12 Implemented 'getTimeToLive()' in CallContextImpl. | |
13 | |
1 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 14 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 15 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/App.java: | 16 * artifact-database/src/main/java/de/intevation/artifactdatabase/App.java: |
4 Install a SLF4JBridgeHandler after logging is configured. This handler is | 17 Install a SLF4JBridgeHandler after logging is configured. This handler is |
5 used to route incoming java.util.logging logs to SLF4J. In our case, we | 18 used to route incoming java.util.logging logs to SLF4J. In our case, we |