Activity
From 10/21/2008 to 11/19/2008
Today
- 12:13 PM Revision 115: o fixed bug in pphc
- o fixed bug in pphc
- 12:42 AM Revision 114: o shaved some code that would never run
- o shaved some code that would never run
- 12:22 AM Revision 113: o added license headers in all xmls, changed namespace for configuration xsd
- o added license headers in all xmls, changed namespace for configuration xsd
11/18/2008
- 11:25 PM Revision 112: o added support for variable substitution in default configuration provider
- o added support for variable substitution in default configuration provider
11/17/2008
- 11:35 PM Revision 111: o started working on a issue regarding scoped proxies
- o started working on a issue regarding scoped proxies
- 05:49 PM Revision 110: o made more sense of the constructor args and properties in the spring hooks. Now e...
- o made more sense of the constructor args and properties in the spring hooks. Now exclusivly using constructor injection
11/15/2008
- 02:54 PM Revision 109: o made it build on a clean installed machine
- o made it build on a clean installed machine
11/09/2008
- 10:34 PM Revision 108: o added license headers
- o added license headers
- 10:19 PM Bug #20 (Closed): overriding a property does not work unless environment is specified on property...
- 10:18 PM Revision 107: o fixed #20
- o fixed #20
- 10:05 PM Bug #18 (Closed): Remove junit from compile scope
- 09:45 PM Revision 106: o moved around plugin conf
- o moved around plugin conf
- 09:31 PM Revision 105: o now also supports autowiring of collections.
- o now also supports autowiring of collections.
- 08:31 PM Revision 104: o updated dependencies
- o updated dependencies
- 07:30 PM Revision 103: o consisten formatted code
- o consisten formatted code
- 07:28 PM Revision 102: o working constretto.org at same level as last staged-spring 1.1-SNAPSHOT
- o working constretto.org at same level as last staged-spring 1.1-SNAPSHOT
11/07/2008
- 09:14 PM Revision 101: o namechange o major api refactorings o basically completly new implementation :)
- o namechange
o major api refactorings
o basically completly new implementation :)
10/24/2008
- 09:26 PM Revision 100: o Cleaned up naming and api for 2.0
- o Cleaned up naming and api for 2.0
- 11:36 AM Bug #20: overriding a property does not work unless environment is specified on propertyname
- when overriding a property, the full environment-property-name is reqired.
e.g
when defining in property file
dev.myprop=foo
when running
... -DAPP_ENV=dev -Dmyprop=bar
results in
myprop == foo
and not as expected
myprop == bar
...
- 01:37 AM Revision 99: o now using Set for configuration elements in the model o implemented first version ...
- o now using Set for configuration elements in the model
o implemented first version of config filtering in the config viewer
10/23/2008
- 11:30 PM Revision 98: o started 2.0 work o renamed EnvironmentReolver -> AssemblyContextResolver to make t...
- o started 2.0 work
o renamed EnvironmentReolver -> AssemblyContextResolver to make the difference between assembly and configuration more explisit
o Added a configuration model to the api module
o Created a ConfigurationStore interface so that use...
- 12:38 AM Revision 97: o updated visualizer
- o updated visualizer
10/22/2008
- 02:31 PM Bug #19 (Closed): envProperty takes precedence over SystemProperty
- Not a bug..
The project behaves as expected. written off as a misunderstanding
- 09:42 AM Bug #19: envProperty takes precedence over SystemProperty
- export APP_ENV=
mvn clean test
Result: OK
export APP_ENV=env1
mvn clean test
Result: Fail
This indicates to me that even though I set the system property in each my tests, the env variable is still used.
10/21/2008
- 05:14 PM Bug #18 (Assigned): Remove junit from compile scope
- Yeah..
This is because I have a Junit4 helper class for making integration tests easier. It should not have been in the core module at all, but separated into a stage-spring-test module. I could create a 1.1.1 pretty soon with that done. Until th...
- 03:55 PM Bug #18: Remove junit from compile scope
- According to mvn dependency:tree junit is brought into the compile scope with org.springframework:spring-test:jar:2.5.4:compile:
[INFO] | \- no.arktekk.labs:staged-spring-core:jar:1.1:compile
[INFO] | +- no.arktekk.labs:staged-spring-api...
- 02:45 AM Revision 96: o visualizing graph
- o visualizing graph
- 01:51 AM Revision 95: o visualizer now showing config
- o visualizer now showing config
Also available in: Atom