- CastellCore/
-
branches/
- 2008-02-15/CastellCore/
- 2008-02-16_performance_injection/
-
modularize/
- CastellCore/
- CastellCoreApi/
- CastellCoreBase/
- CastellCoreBootup/
- CastellCoreInterconnect/
- CastellCoreMaven/
- CastellCoreObjectQuery/
- CastellCoreParent/
- CastellCoreSecurity/
- CastellCoreStateMachine/
- CastellCoreTesting/
- CastellCoreUtils/
- CastellCoreValidator/
- CastellCoreWindowing/
- CastellCoreWire/
- GeneralTestings/
- ModulizedCastellCore.ipr
- ModulizedCastellCore.iws
- unit_testing/CastellCore/
- examples/ExampleServer/
- releases/
- tags/
- trunk/
Stats
Commits this week: 0
| Total Committers: | 1 |
|---|---|
| Last Commit: | 06 Okt 09 |
| Commits this week: | 0 |
| Total Lines of Code (LoC): | 19.772 |
| Net change in LoC this week: | 0 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
CastellCore
Noctarius
tagged for history purposes
added
base_20091006
Noctarius
Implemented basic visitors for bytecode enhancing while classloading process
added 6
java files and deleted 2 java files
- … 3 more files in changeset.
Noctarius
Added interfaces to be aware of instanciation events and be aware of some special instances like the classloader or the application context used to instantiate the bean.
added 5
java files and modified 2 files
Noctarius
Added some already done support classes for validators. They were some kind of forgotten tales from my laptops working directory.
changed 13 files
- … 8 more files in changeset.
Noctarius
added General Testsings for small code pieces to test
added to
AnnotatedClassTester.java and deleted from ModulizedCastellCore.iws
Noctarius
added CastellCoreBootup to project tree
added alias $ for getBean to CoreBasicComponent, means <b>IManagedComponent foo = $(IFoo.class);</b> can be used to create a new instance
added alias $ for getBean to CoreBasicComponent, means <b>IManagedComponent foo = $(IFoo.class);</b> can be used to create a new instance
changed 16 files
- … 11 more files in changeset.
Noctarius
Directory 'CastellCoreBootup' created by IntelliJ IDEA
added
CastellCoreBootup
Noctarius
added @Inheritance in addition to the original @Inherted annotation to mark annotations that should be inherted at runtime (especially on interfaces where they are ignored for standard java purposes - no idea why)
changed 12 files
- … 7 more files in changeset.
Noctarius
changes in project files for IntelliJ IDEA
added to
CastellCoreMaven.iml and modified 6 files
Noctarius
added a project module to collect testings, before they hit the base code
changed 16 files
- … 11 more files in changeset.
Noctarius
Directory 'GeneralTestings' created by IntelliJ IDEA
added
GeneralTestings
Noctarius
added isArray assertion to AssertHelper
added to
AssertHelper.java
Noctarius
changed implementation of StringArrayConverter to support mixed parameter arrays
modified
StringArrayConverter.java
Noctarius
added last two array converters
Noctarius
fixed fixed GenericTypeConverter
modified
GenericTypeConverter.java
Noctarius
Added the @Converter annotation with basic implementations for all standard Java datatypes
changed 15 files
- … 10 more files in changeset.
Noctarius
changed interface IValidator
added 3
java files and modified 3 java files
Noctarius
added IValidator interface for implementing validator classes
added @Validator annotation to mark an annotation as an validator annotation
added @ValidationClass to set a validator implementation for a annotation
added @Validator annotation to mark an annotation as an validator annotation
added @ValidationClass to set a validator implementation for a annotation
added 7 files and modified 3
java files
- … 5 more files in changeset.
Noctarius
added unmodifiableList wrapper for listIterator() and iterator() to prevent making changed to the returned snapshots. (thx to nbali to that tipp :))
modified
WeakArrayList.java
Noctarius
added an unreplaceable "FinalTopic"
added synchronization
added getContentType tu ITopic interface
added synchronization
added getContentType tu ITopic interface
added
FinalTopic.java and modified 3 java files
Noctarius
added basic implementation of ITopicManager interface
added a ITopic implementation
added a outtiming ITopic implementation to define selfdestroying topics
added ITopicManager support to ICoreRuntime and corresponding to this InternalCoreRuntime
added a ITopic implementation
added a outtiming ITopic implementation to define selfdestroying topics
added ITopicManager support to ICoreRuntime and corresponding to this InternalCoreRuntime
changed 12 files
- … 7 more files in changeset.
Noctarius
changes due to package change in API module
modified 3
java files
Noctarius
moved IEventListener to package org.castellcore.api.support.event
added ITopicManager, ITopic and ITopicSubscriber interfaces for handling persistent "events" - some kind of runtime persistent threads at a forum
added ITopicManager, ITopic and ITopicSubscriber interfaces for handling persistent "events" - some kind of runtime persistent threads at a forum
changed 11 files
- … 6 more files in changeset.
Noctarius
added @links to javaDoc
modified
Transition.java
Noctarius
added implementation of the new interface IIdentifierManager which still misses searchClassPath method's algorithm
added support in corresponding classes
added support in corresponding classes
added
IdentifierManager.java and modified 4 files
Noctarius
added inteface IIdentifierManager for handling @Identifier annotations
added IdentifierNotFoundException as CoreRuntimeException extending for findClassByIdentifier method of the new interface
added IdentifierNotFoundException as CoreRuntimeException extending for findClassByIdentifier method of the new interface
added 2
java files and added to ICoreRuntime.java
Noctarius
added @links to the JavaDoc
modified 2
java files
