Messages by Date
-
2019/03/26
svn commit: r33207 - /release/polygene/.htaccess
dfoulks
-
2019/03/26
svn commit: r33206 - /dev/polygene/
dfoulks
-
2019/03/26
svn commit: r33205 - /release/polygene/
dfoulks
-
2019/03/26
svn commit: r33200 - /dev/polygene/KEYS
dfoulks
-
2018/11/01
polygene-java git commit: ReturnCachedValueConcern is not updating cache
mlynarik
-
2018/09/10
polygene-website git commit: Put the working redirect in src/ as well
niclas
-
2018/09/10
[2/2] polygene-website git commit: Permanent redirect to httpS
niclas
-
2018/09/10
[1/2] polygene-website git commit: Permanent redirect to httpS didn't work. Need something else.
niclas
-
2018/09/10
polygene-website git commit: Permanent redirect to httpS
niclas
-
2018/09/01
polygene-java git commit: Forgot the crypto SPI that is needed for my blockchain entity-store usecase.
niclas
-
2018/09/01
polygene-java git commit: Proposal for a new blockchain centric entity-store subsystem.
niclas
-
2018/05/06
polygene-java git commit: less memory consumption in json (de)serializer [Forced Update!]
mlynarik
-
2018/05/06
polygene-java git commit: POLYGENE-253 - The problem with the default method interception on Java 9 is solved.
niclas
-
2018/05/04
polygene-java git commit: less memory consumption in json deserializer
mlynarik
-
2018/05/03
polygene-java git commit: Disabling MariaDB and MySQL tests, since they have CI problems.
niclas
-
2018/05/03
polygene-java git commit: Javadoc is having issues with character encodings.
niclas
-
2018/05/03
polygene-java git commit: Trying to fix MySQL/Docker related issues.
niclas
-
2018/05/03
[06/13] polygene-java git commit: Changed Assembler.assemble() to allow Exception to be thrown (instead of only AssemblyException), so one doesn't need to capture all kind of exceptions in one's Assembler just to re-throw as AssemblyException.
niclas
-
2018/05/03
[02/13] polygene-java git commit: Initial Zookeeper Entity Store done.
niclas
-
2018/05/03
[13/13] polygene-java git commit: There is a limit on the VARCHAR size of about 800 characters, and I am uncertain how these are counted as we have UTF-8 encoding. 200 characters should be enough for identities.
niclas
-
2018/05/03
[08/13] polygene-java git commit: Nailing down the exact versions used in the Docker-supported tests.
niclas
-
2018/05/03
[07/13] polygene-java git commit: Fixing nitpicking details
niclas
-
2018/05/03
[09/13] polygene-java git commit: issue report with composite method invocation
niclas
-
2018/05/03
[05/13] polygene-java git commit: Changed Assembler.assemble() to allow Exception to be thrown (instead of only AssemblyException), so one doesn't need to capture all kind of exceptions in one's Assembler just to re-throw as AssemblyException.
niclas
-
2018/05/03
[01/13] polygene-java git commit: I still don't understand how Docker generation/execution works in our system... But need to remove the MySQL one for some unknown reason.
niclas
-
2018/05/03
[11/13] polygene-java git commit: POLYGENE-308 - Finally found the evasive concurrency bug. AtomicInstancePool was not thread-safe after all, and is replaced by using the ConcurrentLinkedQueue in standard library instead. No idea why this was not used in
niclas
-
2018/05/03
[10/13] polygene-java git commit: Merge remote-tracking branch 'origin/tbml/invoke-issue' into develop
niclas
-
2018/05/03
[04/13] polygene-java git commit: POLYGENE-304 : Added library-execution with 3 initial features.
niclas
-
2018/05/03
[03/13] polygene-java git commit: Adding a TODO item around invaliding caching, as Zookeeper is capable of doing that across clients, and perhaps other systems have or will have that as well.
niclas
-
2018/05/03
[12/13] polygene-java git commit: Removing InstancePool and remaining implementations, as they are not used.
niclas
-
2018/05/01
polygene-java git commit: issue report with composite method invocation
mlynarik
-
2018/04/18
polygene-java git commit: Must have messed up the Docker image generation somehow, and I have no idea how it was supposed to work in the first place.
niclas
-
2018/04/18
polygene-java git commit: POLYGENE-121 : Validated that reporting is correct and the issue can be closed.
niclas
-
2018/04/18
polygene-java git commit: POLYGENE-122 : Adding name to Null constraint on set() method on Property of Transient instance.
niclas
-
2018/04/18
[06/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[14/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[04/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[11/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[16/25] polygene-java git commit: Annotations are not inherited in overridden methods in JUnit 5, so @BeforeEach needed in all subclasses
niclas
-
2018/04/18
[19/25] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/18
[07/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[08/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[17/25] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/18
[24/25] polygene-java git commit: Refactored the SQL ES to not depend on JOOQ doing the right thing in regards to java.lang.String type for MariaDb and MySQL.
niclas
-
2018/04/18
[15/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[21/25] polygene-java git commit: Managed to get everything to build and tests passing with only JUnit5 in place.
niclas
-
2018/04/18
[05/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[03/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[20/25] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/18
[01/25] polygene-java git commit: Starting to support JUnit 5, as the extension model is much easier to deal with than JUnit4.
niclas
-
2018/04/18
[12/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[09/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[23/25] polygene-java git commit: Checking whether JOOQ has fixed the Type generation problem for String or not. They have not. :-(
niclas
-
2018/04/18
[02/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[10/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[18/25] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/18
[22/25] polygene-java git commit: Managed to get everything to build and tests passing with only JUnit5 in place.
niclas
-
2018/04/18
[13/25] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/18
[25/25] polygene-java git commit: Merge branch 'Migrate_Junit5' into develop
niclas
-
2018/04/18
[1/2] polygene-java git commit: Checking whether JOOQ has fixed the Type generation problem for String or not. They have not. :-(
niclas
-
2018/04/18
[2/2] polygene-java git commit: Refactored the SQL ES to not depend on JOOQ doing the right thing in regards to java.lang.String type for MariaDb and MySQL.
niclas
-
2018/04/17
[2/2] polygene-java git commit: Managed to get everything to build and tests passing with only JUnit5 in place.
niclas
-
2018/04/17
[1/2] polygene-java git commit: Managed to get everything to build and tests passing with only JUnit5 in place.
niclas
-
2018/04/16
[2/5] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/16
[4/5] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/16
[5/5] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/16
[3/5] polygene-java git commit: Upgraded all tests to JUnit 5, and removed the vintage platform. Problem though, since no tests are started by Gradle.
niclas
-
2018/04/16
[1/5] polygene-java git commit: Annotations are not inherited in overridden methods in JUnit 5, so @BeforeEach needed in all subclasses
niclas
-
2018/04/14
[09/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[13/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[08/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[03/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[05/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[10/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[01/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[06/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[07/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[12/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[04/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[14/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[02/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/14
[11/14] polygene-java git commit: Migrating to JUnit5. Intermediary build where all tests of phase 1 compiles, but not necessarily succeeds.
niclas
-
2018/04/12
polygene-java git commit: Starting to support JUnit 5, as the extension model is much easier to deal with than JUnit4.
niclas
-
2018/04/12
[2/4] polygene-java git commit: POLYGENE-298 - Removed library-restlet. Formatting in the other rest libraries
niclas
-
2018/04/12
[1/4] polygene-java git commit: POLYGENE-298 - Removed library-restlet. Formatting in the other rest libraries
niclas
-
2018/04/12
[3/4] polygene-java git commit: Merge remote-tracking branch 'origin/develop' into develop
niclas
-
2018/04/12
[4/4] polygene-java git commit: Artwork adjustments and website update to new logo.
niclas
-
2018/04/09
polygene-website git commit: Bad htaccess
niclas
-
2018/04/09
[21/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[23/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[19/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[20/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[25/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[14/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[17/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[15/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[28/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[22/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[16/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[01/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[27/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[29/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[30/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[24/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[04/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[06/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[09/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[12/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[26/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[18/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[13/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[02/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[31/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/04/09
[11/31] polygene-website git commit: Updated to new logo. Added ApacheCon resource on landing pages.
niclas
-
2018/03/05
svn commit: r25407 - /dev/zest/ /release/zest/
gmcdonald
-
2018/03/04
polygene-website git commit: Regenerated content.
niclas
-
2018/03/04
polygene-website git commit: Archiving the Zest 2.1 release.
niclas
-
2018/01/21
polygene-java git commit: implementation of #findVisibleXxxTypes replaced with delegation to TypeLookup
soelvsten
-
2018/01/21
polygene-java git commit: removed unused method
soelvsten
-
2018/01/21
[1/2] polygene-java git commit: Simplified inheritance hierarchy for ModelDescriptor(s) that are also part of a VisitableHierarchy
soelvsten
-
2018/01/21
[2/2] polygene-java git commit: consolidated common code for "lists" of compositemodels
soelvsten
-
2017/12/20
polygene-java git commit: This closes pr/8
niclas
-
2017/12/20
[20/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[25/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[24/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[34/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[31/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[55/57] [abbrv] polygene-java git commit: Merge branch 'release/3.0.0-RC4'
niclas
-
2017/12/20
[04/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[50/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[41/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[53/57] [abbrv] polygene-java git commit: Merge branch 'release/3.0.0-RC2'
niclas
-
2017/12/20
[44/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[39/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[36/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[45/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[15/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[32/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[33/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[18/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[30/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[42/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[26/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[54/57] [abbrv] polygene-java git commit: Merge branch 'release/3.0.0-RC3'
niclas
-
2017/12/20
[43/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[49/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[37/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[47/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[40/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[38/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[46/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[27/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[48/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[56/57] [abbrv] polygene-java git commit: docs: fix some spelling and grammar errors
niclas
-
2017/12/20
[57/57] [abbrv] polygene-java git commit: Merging doc changes from pr/8
niclas
-
2017/12/20
[35/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[21/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[03/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[13/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[17/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[19/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[10/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[16/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[12/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[01/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[28/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[14/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[06/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[09/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[23/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[29/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[07/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[08/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[11/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[02/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[22/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/20
[05/57] [abbrv] [partial] polygene-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2017/12/09
polygene-java git commit: Adding new logo to generated documentation.
niclas
-
2017/12/08
[3/3] polygene-java git commit: Remove unused member.
niclas
-
2017/12/08
[2/3] polygene-java git commit: JIRA-286 : if-elseif conditions are same. Detected by some tool from a user.
niclas
-
2017/12/08
[1/3] polygene-java git commit: Fixing Restlet test app
niclas
-
2017/12/02
[2/4] polygene-java git commit: Removing debug noise.
niclas
-
2017/12/02
[3/4] polygene-java git commit: POLYGENE-278 : Adding "uses" to CompositeContext
niclas
-
2017/12/02
[4/4] polygene-java git commit: JIRA-204 - Proposal for official new logos. Font is Asap from Fontzillion, with a license that I am convinced is free enough.
niclas
-
2017/12/02
[1/4] polygene-java git commit: Throw MissingRepositoryException if the type has not been registered.
niclas
-
2017/10/30
polygene-java git commit: Fixing javadoc error
niclas
-
2017/10/29
[1/2] polygene-java git commit: value builder ignores constraint violations if there is no UoW - fix
niclas
-
2017/10/29
[2/2] polygene-java git commit: Merge branch 'pr7' into develop
niclas
-
2017/10/29
[2/4] polygene-java git commit: Added Documentation for Berkeley DB (Java Edition) Entity Store. Changed names to support the Polygene Generator Tool.
niclas
-
2017/10/29
[1/4] polygene-java git commit: Added Berkeley DB (Java Edition) Entity Store.
niclas
-
2017/10/29
[3/4] polygene-java git commit: Added Documentation for Berkeley DB (Java Edition) Entity Store. Changed names to support the Polygene Generator Tool.
niclas
-
2017/10/29
[4/4] polygene-java git commit: Merge branch 'es-bdbje' into develop
niclas
-
2017/10/29
[2/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas
-
2017/10/29
[4/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas
-
2017/10/29
[6/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas
-
2017/10/29
[8/8] polygene-java git commit: Adding injection of '@State StateDescriptor descriptor; '
niclas
-
2017/10/29
[3/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas
-
2017/10/29
[5/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas
-
2017/10/29
[7/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas
-
2017/10/29
[1/8] polygene-java git commit: Removing @author tags, as per strong recommendation of board, https://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt discussion item F.
niclas