Messages by Date
-
2015/09/21
zest-java git commit: tutorials: add links to next tutorials in the 2:42 serie
paulmerlin
-
2015/09/21
[2/2] zest-java git commit: tutorials: remove empty 2hours-intro, 2h42m -> 42m
paulmerlin
-
2015/09/21
[1/2] zest-java git commit: tutorials: add links to next tutorials in the 2:42 serie
paulmerlin
-
2015/09/18
svn commit: r1703780 - in /zest/site: content/2009/09/03/javazone.html src/_posts/2009-09-03-javazone.md
paulmerlin
-
2015/09/06
zest-java git commit: AggregatedTest: minor fixes and added tests
paulmerlin
-
2015/09/05
zest-java git commit: try to fetch version from cached EntityState to align with previous caching behaviour
soelvsten
-
2015/09/05
[1/2] zest-java git commit: added EntityStoreSPI#versionOf (not requiring module) which enabled the removal of ModuleEntityStoreUnitOfWork altogether
soelvsten
-
2015/09/05
[2/2] zest-java git commit: committed by a mistake
soelvsten
-
2015/09/02
zest-java git commit: libraries/restlet: add missing license header
paulmerlin
-
2015/09/02
zest-java git commit: ZEST-118 we collect all aggregated instances before we start deleting any of them
soelvsten
-
2015/09/02
zest-java git commit: ZEST-118 bugfix: _types in json should contain "Person", not "interface Person"
soelvsten
-
2015/09/02
zest-java git commit: ZEST-118 EntityModel incorrectly defaulted to non-queryable if no Queryable annotation was defined
soelvsten
-
2015/09/01
zest-java git commit: ZEST-118 bugfix: GenericPropertyMixin not found
soelvsten
-
2015/09/01
zest-java git commit: ZEST-118 more bugfixing
soelvsten
-
2015/09/01
zest-java git commit: ZEST-118 typematching should now work with all HasTypes, not just ModelDescriptors
soelvsten
-
2015/08/31
svn commit: r1700358 - in /zest/site: content/download.html src/download.html
paulmerlin
-
2015/08/29
zest-java git commit: ZEST-118; Put Type back to the Service lookup calls.
niclas
-
2015/08/29
zest-java git commit: ZEST-118; Rewritten TypeLookup and adjusted all the missing typedDescriptors.
niclas
-
2015/08/29
zest-java git commit: ZEST-118 fixed multiple consumptions of the same stream
soelvsten
-
2015/08/27
zest-java git commit: ZEST-118; Forgot to expand all the types in CompositeAssemblyImpl. This should have massive impact.
niclas
-
2015/08/27
zest-java git commit: ZEST-118 fixed bug leading to InstanceImporter not added as Object
soelvsten
-
2015/08/27
zest-java git commit: ZEST-118; Missed a getName() call in Serialization.
niclas
-
2015/08/26
zest-java git commit: ZEST-118; Fixed some of the bugs that was introduced in the Iterable conversion to Stream.
niclas
-
2015/08/26
zest-java git commit: ZEST-118; Fixed compile error (missing method) that was only used by performance test, and not normally run in builds, and not imported into IntelliJ.
niclas
-
2015/08/26
zest-java git commit: ZEST-118; Fixed that Classes.typesOf() also returns the inparameter.
niclas
-
2015/08/26
zest-java git commit: Annotations#findAccessorAndTypeAnnotations now returns list to avoid reuse-of-stream trap
soelvsten
-
2015/08/26
[1/2] zest-java git commit: removed ModuleEntityStoreUnitOfWork, added EntityStoreSPI#versionOf
soelvsten
-
2015/08/26
[2/2] zest-java git commit: removed ModuleEntityStoreUnitOfWork, added EntityStoreSPI#versionOf
soelvsten
-
2015/08/26
[14/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[19/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[11/24] zest-java git commit: ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclas
-
2015/08/26
[04/24] zest-java git commit: ZEST-112, Replaced org.apache.zest.functional.Function and org.apache.zest.functional.Function2 with java.util.functional.Function and java.util.functional.BiFunction
niclas
-
2015/08/26
[17/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[09/24] zest-java git commit: ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclas
-
2015/08/26
[16/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[07/24] zest-java git commit: ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclas
-
2015/08/26
[01/24] zest-java git commit: ZEST-112, Replaced org.apache.zest.functional.Function and org.apache.zest.functional.Function2 with java.util.functional.Function and java.util.functional.BiFunction
niclas
-
2015/08/26
[21/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[23/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[20/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[10/24] zest-java git commit: ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclas
-
2015/08/26
[13/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[03/24] zest-java git commit: ZEST-112, Replaced org.apache.zest.functional.Function and org.apache.zest.functional.Function2 with java.util.functional.Function and java.util.functional.BiFunction
niclas
-
2015/08/26
[12/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[22/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[08/24] zest-java git commit: ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclas
-
2015/08/26
[24/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[18/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/26
[06/24] zest-java git commit: ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclas
-
2015/08/26
[05/24] zest-java git commit: Merge remote-tracking branch 'origin/develop' into develop
niclas
-
2015/08/26
[02/24] zest-java git commit: ZEST-112, Replaced org.apache.zest.functional.Function and org.apache.zest.functional.Function2 with java.util.functional.Function and java.util.functional.BiFunction
niclas
-
2015/08/26
[15/24] zest-java git commit: ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclas
-
2015/08/04
zest-java git commit: Doc, What is COP? - add missing links
paulmerlin
-
2015/08/02
zest-java git commit: ZEST-111 Add missing restlet library dependencies
paulmerlin
-
2015/08/02
zest-java git commit: Build: fix Jacoco based global coverageReport task
paulmerlin
-
2015/08/02
[3/4] zest-java git commit: ZEST-111; First commit to the Restful Library.
niclas
-
2015/08/02
[1/4] zest-java git commit: ZEST-111; First commit to the Restful Library.
niclas
-
2015/08/02
[2/4] zest-java git commit: ZEST-111; First commit to the Restful Library.
niclas
-
2015/08/02
[4/4] zest-java git commit: Merge remote-tracking branch 'origin/develop' into develop
niclas
-
2015/08/02
zest-java git commit: ZEST-108 Fix asciidoc filters setup
paulmerlin
-
2015/08/02
[1/2] zest-java git commit: Java8 is very picky about the javadoc format.
niclas
-
2015/08/02
[2/2] zest-java git commit: Merge remote-tracking branch 'origin/develop' into develop
niclas
-
2015/08/02
zest-java git commit: tools/envisage: add missing headers in IDEA .form files
paulmerlin
-
2015/08/01
svn commit: r1693697 - in /zest/site: content/ content/2007/11/13/ content/2008/01/30/ content/2008/04/14/ content/2008/06/06/ content/2008/08/08/ content/2008/09/15/ content/2008/09/19/ content/2008/11/17/ content/2009/01/09/ content/2009/01/10/ conte...
paulmerlin
-
2015/07/31
zest-java git commit: Added a bit of Javadocs.
niclas
-
2015/07/31
zest-java git commit: Upgrading to Java 8, and increasing Restlet to 2.3.4 plus fixing what breaks with it.
niclas
-
2015/07/31
zest-java git commit: Spelling mistake from long ago, affects API, but minor at that.
niclas
-
2015/07/31
zest-java git commit: 'rat' is complaining. Not sure why. Copied a header from elsewhere to see if it improves.
niclas
-
2015/07/31
[1/2] zest-java git commit: Groovy Support, minor: fix snippet path in documentation
paulmerlin
-
2015/07/31
[2/2] zest-java git commit: ZEST-100 Some changes to the release guide after rolling 2.1
paulmerlin
-
2015/07/31
zest-java git commit: Javadoc, minor: fix wrong html tag that was causing errors with Java 8
paulmerlin
-
2015/07/31
svn commit: r10036 - /dev/zest/apache-zest-java-2.1-RC1-bin.tgz.MD5 /release/zest/apache-zest-java-2.1-bin.tgz.MD5
paulmerlin
-
2015/07/31
svn commit: r10035 - /dev/zest/apache-zest-java-2.1-RC1-bin.tgz /release/zest/apache-zest-java-2.1-bin.tgz
paulmerlin
-
2015/07/31
svn commit: r10034 - /dev/zest/apache-zest-java-2.1-RC1-bin.zip.asc /release/zest/apache-zest-java-2.1-bin.zip.asc
paulmerlin
-
2015/07/31
svn commit: r10038 - /dev/zest/apache-zest-java-2.1-RC1-bin.tgz.asc /release/zest/apache-zest-java-2.1-bin.tgz.asc
paulmerlin
-
2015/07/31
svn commit: r10033 - /dev/zest/apache-zest-java-2.1-RC1-bin.zip.SHA-512 /release/zest/apache-zest-java-2.1-bin.zip.SHA-512
paulmerlin
-
2015/07/31
svn commit: r10037 - /dev/zest/apache-zest-java-2.1-RC1-bin.tgz.SHA-512 /release/zest/apache-zest-java-2.1-bin.tgz.SHA-512
paulmerlin
-
2015/07/31
svn commit: r10028 - /dev/zest/apache-zest-java-2.1-RC1-src.tgz.MD5 /release/zest/apache-zest-java-2.1-src.tgz.MD5
paulmerlin
-
2015/07/31
svn commit: r10030 - /dev/zest/apache-zest-java-2.1-RC1-src.tgz.asc /release/zest/apache-zest-java-2.1-src.tgz.asc
paulmerlin
-
2015/07/31
svn commit: r10031 - /dev/zest/apache-zest-java-2.1-RC1-bin.zip /release/zest/apache-zest-java-2.1-bin.zip
paulmerlin
-
2015/07/31
svn commit: r10032 - /dev/zest/apache-zest-java-2.1-RC1-bin.zip.MD5 /release/zest/apache-zest-java-2.1-bin.zip.MD5
paulmerlin
-
2015/07/31
svn commit: r10027 - /dev/zest/apache-zest-java-2.1-RC1-src.tgz /release/zest/apache-zest-java-2.1-src.tgz
paulmerlin
-
2015/07/31
svn commit: r10029 - /dev/zest/apache-zest-java-2.1-RC1-src.tgz.SHA-512 /release/zest/apache-zest-java-2.1-src.tgz.SHA-512
paulmerlin
-
2015/07/31
svn commit: r10026 - /dev/zest/apache-zest-java-2.1-RC1-src.zip.asc /release/zest/apache-zest-java-2.1-src.zip.asc
paulmerlin
-
2015/07/31
svn commit: r10023 - /dev/zest/apache-zest-java-2.1-RC1-src.zip /release/zest/apache-zest-java-2.1-src.zip
paulmerlin
-
2015/07/31
svn commit: r10025 - /dev/zest/apache-zest-java-2.1-RC1-src.zip.SHA-512 /release/zest/apache-zest-java-2.1-src.zip.SHA-512
paulmerlin
-
2015/07/31
svn commit: r10024 - /dev/zest/apache-zest-java-2.1-RC1-src.zip.MD5 /release/zest/apache-zest-java-2.1-src.zip.MD5
paulmerlin
-
2015/07/31
Git Push Summary
paulmerlin
-
2015/07/31
zest-java git commit: Build, minor: fix Jackson dependency resolution rule
paulmerlin
-
2015/07/31
zest-java git commit: ZEST-100 Some changes to the release guide after rolling 2.1
paulmerlin
-
2015/07/30
zest-java git commit: Groovy support isn't working nicely with IDEA. First fix the build, then worry about how it should be done instead.
niclas
-
2015/07/30
[2/2] zest-java git commit: Rename to ZestAPI.
niclas
-
2015/07/30
[1/2] zest-java git commit: Need to rename via a different name, as I am on a OSX case-insensitive file system.
niclas
-
2015/07/30
[32/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[30/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[20/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[26/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[49/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[57/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[58/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[28/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[08/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[67/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[44/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[22/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[79/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[43/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[62/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[78/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[15/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[06/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[25/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[50/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[69/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[27/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[31/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[75/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[02/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[16/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[35/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[56/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[37/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[05/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[41/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[39/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[36/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[09/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[76/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[68/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[01/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[17/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[72/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[12/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[14/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[45/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[47/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[18/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[63/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[34/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[42/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[55/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[19/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[23/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[66/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[46/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[54/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[65/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[21/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[13/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[59/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[38/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[40/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[04/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[24/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[60/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[61/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[80/81] [abbrv] zest-java git commit: Need to take a break...
niclas
-
2015/07/30
[64/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[53/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[73/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[77/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[11/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[33/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[74/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[48/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[29/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[81/81] [abbrv] zest-java git commit: A few things were missed in the renaming.
niclas
-
2015/07/30
[70/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[52/81] [abbrv] zest-java git commit: Stage 2 of the namespace change. Bulk of documentation fixed.
niclas
-
2015/07/30
[71/81] [abbrv] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references.
niclas
-
2015/07/30
[10/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[03/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[07/81] [abbrv] [partial] zest-java git commit: First round of changes to move to org.apache.zest namespace.
niclas
-
2015/07/30
[22/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[04/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[49/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[06/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[31/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[40/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[26/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[47/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[45/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[16/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[23/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[37/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[08/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[43/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[15/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[13/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[32/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[36/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[38/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[29/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[42/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[39/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[02/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[18/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[11/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[19/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas
-
2015/07/30
[33/51] [abbrv] [partial] zest-java git commit: Revert "First round of changes to move to org.apache.zest namespace."
niclas