This project has retired. For details please refer to its Attic page.
Apache Polygene™ (Java Edition) Release 3.0.0
July 28, 2017

Apache Polygene™ (Java Edition) Release 3.0.0

Release-notes

New Features

  • POLYGENE-111 - Easy to use Restful Library
  • POLYGENE-155 - Apache Geode EntityStore
  • POLYGENE-225 - Apache Cassandra EntityStore
  • POLYGENE-29 - Use javax.script for JavaScript/Groovy/++ language integration
  • POLYGENE-133 - @Concerns and @SideEffects on methods.
  • POLYGENE-141 - UseDefaults annotation with value
  • POLYGENE-173 - Add a convenience method for converting Associations to Values
  • POLYGENE-174 - Add convenience methods for List/Set/Map of values into Associations
  • POLYGENE-54 - Support more use-cases in toEntity/toValue mechanism
  • POLYGENE-248 - Add ManyAssociation.clear() & NamedAssociation.clear()
  • POLYGENE-53 - Allow registration of custom (de)serializers on assembly
  • POLYGENE-251 - Support Java 8 default methods on interfaces
  • POLYGENE-97 - UnitOfWork as a Composite
  • POLYGENE-50 - Make the bytecode generation ‘pluggable’
  • POLYGENE-48 - Improved reporting on invalid assembly models
  • POLYGENE-263 - Composite types that are invisible, should be reported in NoSuchCompositeTypeException
  • POLYGENE-264 - Make ConstraintViolations more readable

Improvement

  • POLYGENE-231 - Serialization 3.0
  • POLYGENE-240 - Serialization converters can be applied on Properties or Value types
  • POLYGENE-238 - javax.json serialization allows to set provider properties at assembly
  • POLYGENE-239 - javax.xml serialization allows to set provider properties at assembly
  • POLYGENE-242 - Leverage value state serialization in JSONMapEntityStores
  • POLYGENE-153 - SQL EntityStore mixes in JSONMapEntityStoreMixin
  • POLYGENE-116 - Support multi-instances-applications in SQLEntityStore
  • POLYGENE-172 - MongoDB configuration is not friendly.
  • POLYGENE-176 - Rework Riak EntityStore for Riak 2
  • POLYGENE-177 - Rework ElasticSearch Index/Query for ElasticSearch 5
  • POLYGENE-178 - Rework EhCache Cache for EhCache 3
  • POLYGENE-136 - Refactoring of Models and Instances in Runtime
  • POLYGENE-186 - Automatically add an UuidIdentityGenerator to a module if none has been defined explicitly.
  • POLYGENE-187 - Auto-add a UnitOfWorkFactory that is not declared explicitly

Potentially breaking changes

Bug fixes

  • POLYGENE-43 - Solr Indexing has dependency on RDF library
  • POLYGENE-105 - ValueSerialization Type Lookup is wrong.
  • POLYGENE-126 - The forum sample won’t start
  • POLYGENE-127 - Servlet assembly DSL in HTTP library prevent 2.0 style usage
  • POLYGENE-137 - EntityStateSerializer unable to handle values that are not declared as composites.
  • POLYGENE-138 - org.json ValueSerialization of Serializable fail when out of JSON sequence
  • POLYGENE-142 - Enum Property in EntityComposite serialization error
  • POLYGENE-193 - Fail when composite type has interface static method
  • POLYGENE-224 - Initialization race condition in ServiceReferenceInstance
  • POLYGENE-227 - Configuration perfTest should resolve in IDEA
  • POLYGENE-233 - Rdf Indexer is not using the unifying Assemblers system.
  • POLYGENE-234 - Service identity can not be null
  • POLYGENE-236 - Unit tests for entitystore-mongodb trigger a Windows Firewall popup window
  • POLYGENE-237 - Unit tests for entitystore-mongodb fail on Windows
  • POLYGENE-254 - Source distribution contains Gradle wrapper files including JARs
  • POLYGENE-259 - ConfigurationComposite module is not used for bootstrap serialization
  • POLYGENE-260 - NamedAssociation.put() doesn’t mark DefaultEntityState “updated”
  • POLYGENE-261 - ManyAssociation does not allow duplicate entries