-
A bug in The ComponentStore has been fixed which caused the resolveComponent operation to return null. #49
-
Refactored out google’s guava because of incompatibilities. #44
-
The implementation of the ComponentManager has been fixed to verify EntityRefs correctly. #36
-
The signature of the ComponentManagerException has been changed to avoid swallowing of exceptions. #42
-
A bug has been fixed which leads to corrupt class files when multiple threads try to prepare a component. #43
artifact | old version | new version |
---|---|---|
ch.qos.logback:logback-classic |
1.1.7 |
1.1.8 |
org.testng:testng: |
6.9.13.6 |
6.10 |
org.assertj:assertj-core |
3.5.2 |
3.6.1 |
-
A Bug has been Fixed which leads to a RejectedExecutionException when to many events exceed the size of the EventBus’s work queue. #40
-
A Bug has been Fixed which potentially leads to an dead lock when the context gets disposed. #39
-
The ComponentManager does now offer an operation to obtain an instance of a component without the need to add the component to an entity. #25
-
An Anspect does now offer an operation to get the internal set of component-types. #26
-
The EntityManager does now offer an operation to delete all entities at once. #32
-
The Aspect class has been rewritten and does now offer possibilities to specify an aspect of an entity more precisely. #35
-
Components do now implement the equals and hashcode operations. #38
-
A NegativeArraySizeException has been fixed which occurred when an EventDispatcher was generated for an EventHandler with long or double parameters. #14
-
A NullPointerException has been fixed which occurred when state-change of a Query was signaled. #21
-
Framework-components are now instantiated eagerly to avoid problems when entities/components get created in an event-driven fashion. #29
-
A bug has been fixed where two EntityRefs of two different contexts are equal if they reference an entity with the same UUID. #30
-
A bug has been fixed which prevents the deletion of entities, because events which are related to the deletion use deprecated EntityPath instead of UUID. #31
-
A bug has been fixed which potentially leads to a deadlock, because queries where scheduled on other worker threads. #37
artifact | old version | new version |
---|---|---|
org.slf4j:slf4j-api |
1.7.18 |
1.7.21 |
com.google.guava:guava |
19 |
20 |
ch.qos.logback:logback-classic |
1.1.5 |
1.1.7 |
org.testng:testng |
6.9.10 |
6.9.13.6 |
org.assertj:assertj-core |
3.3.0 |
3.5.1 |
org.jmockit:jmockit |
- |
1.29 |
artifact | old version | new version |
---|---|---|
org.slf4j:slf4j-api |
1.7.12 |
1.7.18 |
com.google.guava:guava |
18 |
19 |
ch.qos.logback:logback-classic |
1.1.3 |
1.1.5 |
org.testng:testng |
6.9.4 |
6.9.10 |
org.assertj:assertj-core |
3.0.0 |
3.3.0 |
Initial release.