You are viewing a plain text version of this content. The canonical link for it is here.
- [isis] branch dev/2.0.0/ISIS-1276-dn-5-1 created (now a8b21e7) - posted by da...@apache.org on 2017/10/01 13:08:33 UTC, 0 replies.
- [isis] 01/12: ISIS-1276: updates references for datanucleus. - posted by da...@apache.org on 2017/10/01 13:08:34 UTC, 0 replies.
- [isis] 02/12: ISIS-1276: updates core to compile under JDK 1.8 only - posted by da...@apache.org on 2017/10/01 13:08:35 UTC, 0 replies.
- [isis] 03/12: ISIS-1276: updates applib, replaces references of TypesafeQuery to be instead JDOQLTypedQuery - posted by da...@apache.org on 2017/10/01 13:08:36 UTC, 0 replies.
- [isis] 04/12: ISIS-1276: fixes compile issues in metamodel and runtime - posted by da...@apache.org on 2017/10/01 13:08:37 UTC, 0 replies.
- [isis] 05/12: ISIS-1276: fixes compile issue in specsupport - posted by da...@apache.org on 2017/10/01 13:08:38 UTC, 0 replies.
- [isis] 06/12: ISIS-1276: fixes algorithm for lookup of datastore id's, at least - posted by da...@apache.org on 2017/10/01 13:08:39 UTC, 0 replies.
- [isis] 07/12: ISIS-1723: removes jdo applib's Auditable interface and @Auditable annotation - posted by da...@apache.org on 2017/10/01 13:08:40 UTC, 0 replies.
- [isis] 08/12: ISIS-1724: removes the deprecated IsisJdoSupport in the jdo applib - posted by da...@apache.org on 2017/10/01 13:08:41 UTC, 0 replies.
- [isis] 09/12: ISIS-1725: requires that an AppManifest is supplied (used to obtain list of entities). - posted by da...@apache.org on 2017/10/01 13:08:42 UTC, 0 replies.
- [isis] 10/12: ISIS-1727: uses lambda in IsisSessionFactoryBuilder - posted by da...@apache.org on 2017/10/01 13:08:43 UTC, 0 replies.
- [isis] 11/12: ISIS-1726: generalizes the logic that searches for @PersistenceCapable entities, to also take into account meta-annotations. - posted by da...@apache.org on 2017/10/01 13:08:44 UTC, 0 replies.
- [isis] 12/12: ISIS-1728: uses typesafe queries for helloworld - posted by da...@apache.org on 2017/10/01 13:08:45 UTC, 0 replies.
- [isis] branch ISIS-1276-dn-5-1 deleted (was 92b7eb1) - posted by da...@apache.org on 2017/10/01 13:10:15 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations created (now f85d30c) - posted by da...@apache.org on 2017/10/01 13:17:07 UTC, 0 replies.
- [isis] 01/10: ISIS-1742: removes AbstractInteractionEvent - posted by da...@apache.org on 2017/10/01 13:17:08 UTC, 0 replies.
- [isis] 02/10: ISIS-1742: removes @ActionInteraction + related events. Also Command2 methods removed. - posted by da...@apache.org on 2017/10/01 13:17:09 UTC, 0 replies.
- [isis] 03/10: ISIS-1742: removes N-arg constructors from ActionDomainEvent - posted by da...@apache.org on 2017/10/01 13:17:10 UTC, 0 replies.
- [isis] 04/10: ISIS-1742: deletes @PropertyInteraction and @PostsPropertyChangedEvent annotaitons + supporting event classes - posted by da...@apache.org on 2017/10/01 13:17:11 UTC, 0 replies.
- [isis] 05/10: ISIS-1742: deletes @PropertyInteaction annotation and other related event classes. - posted by da...@apache.org on 2017/10/01 13:17:12 UTC, 0 replies.
- [isis] 06/10: ISIS-1742: removes @CollectionInteraction, @PostsCollectionAddedToEvent and @PostsCollectionRemovedFromEvent annotations and supporting event classes. - posted by da...@apache.org on 2017/10/01 13:17:13 UTC, 0 replies.
- [isis] 07/10: ISIS-1742: deletes unused implementations of CollectionXxxFacets for the now-deleted annotations. - posted by da...@apache.org on 2017/10/01 13:17:14 UTC, 0 replies.
- [isis] 08/10: ISIS-1742: deletes implementations of ActionInvocationFacetXxx for the now-deleted @ActionInteraction and @PostsActionInvokedEvent annotations. - posted by da...@apache.org on 2017/10/01 13:17:15 UTC, 0 replies.
- [isis] 09/10: ISIS-1742: deletes implementations of Property{Clear|Setter|Xxx}FacetXxx for the now-deleted @PropertyInteraction and @PropertyChanged annoations - posted by da...@apache.org on 2017/10/01 13:17:16 UTC, 0 replies.
- [isis] 10/10: ISIS-1742: deletes Command2 interface. - posted by da...@apache.org on 2017/10/01 13:17:17 UTC, 0 replies.
- [isis] branch master updated: updates CONTRIBUTING.md with correct link - posted by da...@apache.org on 2017/10/02 06:45:19 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (f85d30c -> 06c8f60) - posted by da...@apache.org on 2017/10/03 11:58:43 UTC, 0 replies.
- [isis] 01/24: ISIS-1742: fixes compile issues in test classes (Hamcrest matchers) from changes to DomainEvent hierarchy - posted by da...@apache.org on 2017/10/03 11:58:44 UTC, 0 replies.
- [isis] 02/24: ISIS-1742: deletes @Action#publishingPayloadFactory and @DomainObject#publishingPayloadFactory and associated interfaces, PublishingPayloadFactoryForAction and PublishingPayloadFactoryForObject. - posted by da...@apache.org on 2017/10/03 11:58:45 UTC, 0 replies.
- [isis] 03/24: ISIS-1742: deletes @PublishedAction and @PublishedObject annotations. - posted by da...@apache.org on 2017/10/03 11:58:46 UTC, 0 replies.
- [isis] 04/24: ISIS-1742:changes PublishedActionFacet and PublishedObjectFacet to be MarkerFacets, rather than SingleValueFacets returning a publisihng factory - posted by da...@apache.org on 2017/10/03 11:58:47 UTC, 0 replies.
- [isis] 05/24: ISIS-1742: fixes PublishedActionFacetAbstract and PublishedObjectFacetAbstract - posted by da...@apache.org on 2017/10/03 11:58:48 UTC, 0 replies.
- [isis] 06/24: ISIS-1742: deletes the PublishedActionPayloadFactoryDefault and PublishedObjectPayloadFactoryDefault implementations - posted by da...@apache.org on 2017/10/03 11:58:49 UTC, 0 replies.
- [isis] 07/24: ISIS-1742: fixes PublishedActionFacet implementations, removing reference to the now deleted PayloadFactory stuff - posted by da...@apache.org on 2017/10/03 11:58:50 UTC, 0 replies.
- [isis] 08/24: ISIS-1742: fixes up PublishedObjectFacet implementations, removing references to the now deleted PublishingPayloadFactory stuff. - posted by da...@apache.org on 2017/10/03 11:58:51 UTC, 0 replies.
- [isis] 09/24: ISIS-1742: fixes up ActionAnnotationFacetFactory so now compiles - posted by da...@apache.org on 2017/10/03 11:58:52 UTC, 0 replies.
- [isis] 10/24: ISIS-1742: fixes up DomainObjectAnnotationFacetFactory so now compiles - posted by da...@apache.org on 2017/10/03 11:58:53 UTC, 0 replies.
- [isis] 11/24: ISIS-1742: replaces uses of the now deleted PublishedObject.ChangeKind enum with its replacement, PublishingChangeKind - posted by da...@apache.org on 2017/10/03 11:58:54 UTC, 0 replies.
- [isis] 12/24: ISIS-1742: fixes unit test compilation - posted by da...@apache.org on 2017/10/03 11:58:55 UTC, 0 replies.
- [isis] 13/24: ISIS-1742: deletes EventPayload and subclasses - posted by da...@apache.org on 2017/10/03 11:58:56 UTC, 0 replies.
- [isis] 14/24: ISIS-1742: fixes up unit test that was referencing action payload factory - posted by da...@apache.org on 2017/10/03 11:58:57 UTC, 0 replies.
- [isis] 15/24: ISIS-1742: deletes PublishingService interface - posted by da...@apache.org on 2017/10/03 11:58:58 UTC, 0 replies.
- [isis] 16/24: ISIS-1742: simplifies PublishingServiceInternalDefault, removes any reference to the now deleted PublishingService .... simply delegates to PublisherService - posted by da...@apache.org on 2017/10/03 11:58:59 UTC, 0 replies.
- [isis] 17/24: ISIS-1742: changes visibility of injected services into PublishingServiceInternalDefault to package private, so can see which are used. - posted by da...@apache.org on 2017/10/03 11:59:00 UTC, 0 replies.
- [isis] 18/24: ISIS-1742: simplies/inlines methods in PublishingServiceInternalDefault, removes injected services no longer used. - posted by da...@apache.org on 2017/10/03 11:59:01 UTC, 0 replies.
- [isis] 19/24: ISIS-1742: deletes EventSerializer - posted by da...@apache.org on 2017/10/03 11:59:02 UTC, 0 replies.
- [isis] 20/24: ISIS-1742: deletes ObjectStringifier interface, now longer referened anywhere (part of publishing payload factory stuff) - posted by da...@apache.org on 2017/10/03 11:59:03 UTC, 0 replies.
- [isis] 21/24: ISIS-1742: simplifies the API of PublishingServiceInternalDefault. - posted by da...@apache.org on 2017/10/03 11:59:04 UTC, 0 replies.
- [isis] 22/24: ISIS-1742: further updates to docs, removing reference to the now-deleted PublishingService. - posted by da...@apache.org on 2017/10/03 11:59:05 UTC, 0 replies.
- [isis] 23/24: ISIS-1742: removes reference to EventSerializer from .adocs - posted by da...@apache.org on 2017/10/03 11:59:06 UTC, 0 replies.
- [isis] 24/24: ISIS-1742: removes reference to PublishedObject and PublishedAction annotations - posted by da...@apache.org on 2017/10/03 11:59:07 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @ActionSemantics annotation, replaced ActionSemantics.Of enum with SemanticsOf enum - posted by da...@apache.org on 2017/10/03 12:02:48 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (bc3df4c -> 94f4c00) - posted by da...@apache.org on 2017/10/03 13:49:37 UTC, 0 replies.
- [isis] 01/03: ISIS-1742: deletes @QueryOnly and @Idempotent annotations - posted by da...@apache.org on 2017/10/03 13:49:38 UTC, 0 replies.
- [isis] 02/03: ISIS-1742: deletes @ActionOrder annotation and corresponding facet and facet factory - posted by da...@apache.org on 2017/10/03 13:49:39 UTC, 0 replies.
- [isis] 03/03: ISIS-1742: deletes @FieldOrder and corresponding facet and facet factory. Also: - posted by da...@apache.org on 2017/10/03 13:49:40 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (94f4c00 -> fb9c4d1) - posted by da...@apache.org on 2017/10/03 14:01:04 UTC, 0 replies.
- [isis] 01/02: ISIS-1742: removes @Render annotation, replaces Render.Type enum with RenderType enum - posted by da...@apache.org on 2017/10/03 14:01:05 UTC, 0 replies.
- [isis] 02/02: ISIS-1742: deletes @Resolve annotation and supporting facets. - posted by da...@apache.org on 2017/10/03 14:01:06 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (fb9c4d1 -> 2ded6cc) - posted by da...@apache.org on 2017/10/03 14:18:55 UTC, 0 replies.
- [isis] 01/02: ISIS-1742: removes @Render and @Resolve from .adoc's - posted by da...@apache.org on 2017/10/03 14:18:56 UTC, 0 replies.
- [isis] 02/02: ISIS-1742 removes @CollectionLayout#render and RenderType enum, and updates .adoc - posted by da...@apache.org on 2017/10/03 14:18:57 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: removes @CssClass annotation and supporting facet and factories - posted by da...@apache.org on 2017/10/03 14:31:03 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: removes @CssClassFa annotation and updates facet. - posted by da...@apache.org on 2017/10/03 14:39:19 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @DescribedAs and corresponding facets, updates/deletes corresponding factories - posted by da...@apache.org on 2017/10/03 14:53:30 UTC, 1 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: removes @DescribedAs from .adoc's - posted by da...@apache.org on 2017/10/03 14:56:41 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @MaxLength annotation and supporting facets and facet factories. - posted by da...@apache.org on 2017/10/03 15:02:54 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (0c3d374 -> 73314ad) - posted by da...@apache.org on 2017/10/04 03:00:35 UTC, 0 replies.
- [isis] 01/02: ISIS-1742: removes @MaxLength from .adocs - posted by da...@apache.org on 2017/10/04 03:00:36 UTC, 0 replies.
- [isis] 02/02: ISIS-1742: deletes @MultiLine, updates .adocs - posted by da...@apache.org on 2017/10/04 03:00:37 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: delets @Named annotation and corresponding facets and facet factories. - posted by da...@apache.org on 2017/10/04 03:26:56 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @Plural annotatoin and supporting facets and factories. Updates .adoc - posted by da...@apache.org on 2017/10/04 03:37:34 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: un-deprecated @MemberGroupLayout - posted by da...@apache.org on 2017/10/04 03:39:45 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: updates to the todo list - posted by da...@apache.org on 2017/10/04 03:43:51 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @MemberGroups annotatoin and supporting facet, updates facet factory. Also updates .adoc - posted by da...@apache.org on 2017/10/04 03:47:44 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @RenderedAsDayBefore annotation and supporting facets and factories - posted by da...@apache.org on 2017/10/04 03:57:06 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @SortedBy annotation and supporting facets, updates facet factories - posted by da...@apache.org on 2017/10/04 04:05:05 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (08e65a2 -> 8e25a9a) - posted by da...@apache.org on 2017/10/05 11:01:47 UTC, 0 replies.
- [isis] 01/06: ISIS-1742: deletes @TypicalLength annotation + facets, updates .adoc - posted by da...@apache.org on 2017/10/05 11:01:48 UTC, 0 replies.
- [isis] 02/06: ISIS-1742: deletes @TypeOf annotation, corresponding facets - posted by da...@apache.org on 2017/10/05 11:01:49 UTC, 0 replies.
- [isis] 03/06: ISS-1742: deletes @Paged annotation + facets. Updates .adoc - posted by da...@apache.org on 2017/10/05 11:01:50 UTC, 0 replies.
- [isis] 04/06: ISIS-1742: deletes @Mask annotation + facets. Updates .adoc - posted by da...@apache.org on 2017/10/05 11:01:51 UTC, 0 replies.
- [isis] 05/06: ISIS-1742: removes support for .layout.json files - posted by da...@apache.org on 2017/10/05 11:01:52 UTC, 0 replies.
- [isis] 06/06: ISIS-1742: updates .adocs, removes references to .layout.json files - posted by da...@apache.org on 2017/10/05 11:01:53 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (8e25a9a -> b80c00f) - posted by da...@apache.org on 2017/10/05 11:20:43 UTC, 0 replies.
- [isis] 01/02: ISIS-1742: removes @Aggregated annotation, updates .adocs - posted by da...@apache.org on 2017/10/05 11:20:44 UTC, 0 replies.
- [isis] 02/02: ISIS-1742: updates version to 2.0.0-SNAPSHOT - posted by da...@apache.org on 2017/10/05 11:20:45 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (b80c00f -> 136a712) - posted by da...@apache.org on 2017/10/06 08:35:41 UTC, 0 replies.
- [isis] 01/13: ISIS-1742: removes @NotPersistable annotation + supporting facets - posted by da...@apache.org on 2017/10/06 08:35:42 UTC, 0 replies.
- [isis] 02/13: ISIS-1742: deletes ProgramPersistable marker interface - posted by da...@apache.org on 2017/10/06 08:35:43 UTC, 0 replies.
- [isis] 03/13: ISIS-1742: markes Auditable, AlwaysImmutable and Bounded marker interfaces as deprecated - posted by da...@apache.org on 2017/10/06 08:35:44 UTC, 0 replies.
- [isis] 04/13: ISIS-1742: deletes AlwaysImmutable, NeverImmutable, ImmutableOncePersistend and ImmutableUntilPersisted marker interfaces - posted by da...@apache.org on 2017/10/06 08:35:45 UTC, 0 replies.
- [isis] 05/13: ISIS-1742: removes Bounded marker interface - posted by da...@apache.org on 2017/10/06 08:35:46 UTC, 0 replies.
- [isis] 06/13: ISIS-1742: deletes @Bounded annotation + facets - posted by da...@apache.org on 2017/10/06 08:35:47 UTC, 0 replies.
- [isis] 07/13: ISIS-1742: deletes @Auditable annotation + Auditable marker inteface (both applib and jdo applib) + supporting facets and facet factories - posted by da...@apache.org on 2017/10/06 08:35:48 UTC, 0 replies.
- [isis] 08/13: ISIS-1742: deletes unused nested test classes from unit tests - posted by da...@apache.org on 2017/10/06 08:35:49 UTC, 0 replies.
- [isis] 09/13: ISIS-1742: deletes When enum from @Hidden, @Disabled, @Immutable - posted by da...@apache.org on 2017/10/06 08:35:50 UTC, 0 replies.
- [isis] 10/13: ISIS-1742: removes @Bookmarkable annotation + facets - posted by da...@apache.org on 2017/10/06 08:35:51 UTC, 0 replies.
- [isis] 11/13: removes @Bookmarkable annotation; removes @Debug, @Exploration and @Prototype annotations + supporting facets - posted by da...@apache.org on 2017/10/06 08:35:52 UTC, 0 replies.
- [isis] 12/13: ISIS-1742: deletes AbstractService, AbstractViewModel, AbstractContainedObject, AbstractDomainObject, AbstractFactoryAndRepository, AbstractHomePageDashboardService. Also deletes allInstances/allMatches/firstMatch/uniqueMatch from DomainObjectContainer. - posted by da...@apache.org on 2017/10/06 08:35:53 UTC, 0 replies.
- [isis] 13/13: ISIS-1742: updates docs, removal of query APIs from DomainObjectContainer - posted by da...@apache.org on 2017/10/06 08:35:54 UTC, 0 replies.
- [isis] branch master updated: FIX ISIS-1738 (#97) - posted by ah...@apache.org on 2017/10/06 21:02:09 UTC, 0 replies.
- [01/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:33:59 UTC, 0 replies.
- [02/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:00 UTC, 0 replies.
- [03/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:01 UTC, 0 replies.
- [04/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:02 UTC, 0 replies.
- [05/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:03 UTC, 0 replies.
- [06/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:04 UTC, 0 replies.
- [07/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:05 UTC, 0 replies.
- [08/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:06 UTC, 0 replies.
- [09/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 10:34:07 UTC, 0 replies.
- [10/10] isis-site git commit: adds new images for simpleapp structure, DN hints and tips - posted by da...@apache.org on 2017/10/09 10:34:08 UTC, 0 replies.
- [isis] branch master updated: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp - posted by da...@apache.org on 2017/10/09 11:36:37 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (136a712 -> 07fed9d) - posted by da...@apache.org on 2017/10/09 16:30:11 UTC, 0 replies.
- [isis] 01/10: ISIS-1742: removes @Command annotation and supporting facets - posted by da...@apache.org on 2017/10/09 16:30:12 UTC, 0 replies.
- [isis] 02/10: ISIS-1742: removes @Disabled annotation and supporting facets etc. - posted by da...@apache.org on 2017/10/09 16:30:13 UTC, 0 replies.
- [isis] 03/10: ISIS-1742: removes reference to @Command and @Disabled from docs - posted by da...@apache.org on 2017/10/09 16:30:14 UTC, 0 replies.
- [isis] 04/10: ISIS-1742: deletes @Hidden, supporting facets and updates .adoc - posted by da...@apache.org on 2017/10/09 16:30:15 UTC, 0 replies.
- [isis] 05/10: ISIS-1742: removes @Ignore annotation, update facet factory and updates .adoc - posted by da...@apache.org on 2017/10/09 16:30:16 UTC, 0 replies.
- [isis] 06/10: ISIS-1742: removes @Immutable annotation, update facet factory and updates .adoc - posted by da...@apache.org on 2017/10/09 16:30:17 UTC, 0 replies.
- [isis] 07/10: ISIS-1742: deletes @Bulk annotation and supporting facets. Updates .adoc - posted by da...@apache.org on 2017/10/09 16:30:18 UTC, 0 replies.
- [isis] 08/10: ISIS-1742: deletes @NotContributed annotation, facets and .adocs. - posted by da...@apache.org on 2017/10/09 16:30:19 UTC, 0 replies.
- [isis] 09/10: ISIS-1742: moves NotContributedAs enum from applib to metamodel (core) - posted by da...@apache.org on 2017/10/09 16:30:20 UTC, 0 replies.
- [isis] 10/10: ISIS-1742: renames NotContributedFacet methods - posted by da...@apache.org on 2017/10/09 16:30:21 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: fixes unit and integ tests - posted by da...@apache.org on 2017/10/09 16:57:40 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @MustSatisfy annotation + supporting facets. Updates .adoc - posted by da...@apache.org on 2017/10/09 17:02:59 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @NotInServiceMenu annotation + facets + factory. Updates .adoc - posted by da...@apache.org on 2017/10/09 17:06:31 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: removes @NotPersisted annotation + facets, updates .adoc - posted by da...@apache.org on 2017/10/09 17:14:00 UTC, 0 replies.
- [isis] branch master updated: ISIS-1465: removes stale references to isisaddons modules, now part of incode platform - posted by da...@apache.org on 2017/10/09 17:43:43 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @ObjectType annotation + facets, updates .adocs - posted by da...@apache.org on 2017/10/09 17:45:00 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742 deletes RenderType and RenderFacet, refactors RO and Wkt viewer to use the replacement DefaultViewFacet instead. - posted by da...@apache.org on 2017/10/09 18:06:49 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @Mandatory annotation + supporting facets. - posted by da...@apache.org on 2017/10/09 18:12:49 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @Optional annotation + supporting facets. Updates .adoc - posted by da...@apache.org on 2017/10/09 18:30:13 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: deletes @Parameter#minLength attribute, updates .adocs - posted by da...@apache.org on 2017/10/09 18:36:10 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (1b9c1e2 -> 5d5e677) - posted by da...@apache.org on 2017/10/09 19:33:48 UTC, 0 replies.
- [isis] 01/02: ISIS-1742: deletes @RegEx annotation, in its place adds in support for @javax.validation.constraints.Pattern - posted by da...@apache.org on 2017/10/09 19:33:49 UTC, 0 replies.
- [isis] 02/02: ISIS-1742: adds documentation for @Pattern annotation. - posted by da...@apache.org on 2017/10/09 19:33:50 UTC, 0 replies.
- [isis] branch master updated: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:48:38 UTC, 0 replies.
- [01/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:35 UTC, 0 replies.
- [02/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:36 UTC, 0 replies.
- [03/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:37 UTC, 0 replies.
- [04/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:38 UTC, 0 replies.
- [05/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:39 UTC, 0 replies.
- [06/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:40 UTC, 0 replies.
- [07/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:41 UTC, 0 replies.
- [08/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:42 UTC, 0 replies.
- [09/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:43 UTC, 0 replies.
- [10/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:44 UTC, 0 replies.
- [11/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:45 UTC, 0 replies.
- [12/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:46 UTC, 0 replies.
- [13/13] isis-site git commit: ISIS-1465: aggregated hints-n-tips, and updated cheat sheet - posted by da...@apache.org on 2017/10/09 23:58:47 UTC, 0 replies.
- [isis] branch master updated: ISIS-1465: adds section describing the structure of the helloworld app - posted by da...@apache.org on 2017/10/10 06:46:15 UTC, 0 replies.
- [1/4] isis-site git commit: ISIS-1465: adds section describing the structure of the helloworld app - posted by da...@apache.org on 2017/10/10 06:52:57 UTC, 0 replies.
- [2/4] isis-site git commit: ISIS-1465: adds section describing the structure of the helloworld app - posted by da...@apache.org on 2017/10/10 06:52:58 UTC, 0 replies.
- [3/4] isis-site git commit: ISIS-1465: adds section describing the structure of the helloworld app - posted by da...@apache.org on 2017/10/10 06:52:59 UTC, 0 replies.
- [4/4] isis-site git commit: ISIS-1465: adds section describing the structure of the helloworld app - posted by da...@apache.org on 2017/10/10 06:53:00 UTC, 0 replies.
- [isis] branch master updated (5c25bae -> c36fa2f) - posted by da...@apache.org on 2017/10/10 22:36:50 UTC, 0 replies.
- [isis] 01/04: ISIS-1465: adds docs for simpleapp archetype - posted by da...@apache.org on 2017/10/10 22:36:51 UTC, 0 replies.
- [isis] 02/04: ISIS-1465: fixes rendering issues due to incorrect monotree markup - posted by da...@apache.org on 2017/10/10 22:36:52 UTC, 0 replies.
- [isis] 03/04: ISIS-1465: promotes archetype sections into chapters - posted by da...@apache.org on 2017/10/10 22:36:53 UTC, 0 replies.
- [isis] 04/04: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:36:54 UTC, 0 replies.
- [1/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:16 UTC, 0 replies.
- [2/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:17 UTC, 0 replies.
- [3/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:18 UTC, 0 replies.
- [4/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:19 UTC, 0 replies.
- [5/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:20 UTC, 0 replies.
- [6/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:21 UTC, 0 replies.
- [7/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:22 UTC, 0 replies.
- [8/9] isis-site git commit: ISIS-1465: removes stale/old 'app structure' section from simpleapp archetype guide - posted by da...@apache.org on 2017/10/10 22:48:23 UTC, 0 replies.
- [9/9] isis-site git commit: ISIS-1465: adds new slides - posted by da...@apache.org on 2017/10/10 22:48:24 UTC, 0 replies.
- [isis] branch master updated: orthography (#100) - posted by ah...@apache.org on 2017/10/14 07:06:52 UTC, 0 replies.
- [isis] branch master updated: Update _ugfun_core-concepts_philosophy_aop.adoc (#101) - posted by ah...@apache.org on 2017/10/14 07:07:56 UTC, 0 replies.
- [isis] branch master updated: Update _ugfun_core-concepts_principles.adoc (#102) - posted by ah...@apache.org on 2017/10/14 07:08:11 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (5d5e677 -> ba1817a) - posted by da...@apache.org on 2017/10/16 10:44:24 UTC, 0 replies.
- [isis] 01/38: ISIS-1742: renames facet factories for @Pattern annotation, updates .adocs - posted by da...@apache.org on 2017/10/16 10:44:25 UTC, 0 replies.
- [isis] 02/38: ISIS-1742: moves applib.events to applib.services.wrapper.events - posted by da...@apache.org on 2017/10/16 10:44:26 UTC, 0 replies.
- [isis] 03/38: ISIS-1742: un-deprecates the applib.services.wrapper.events - posted by da...@apache.org on 2017/10/16 10:44:27 UTC, 0 replies.
- [isis] 04/38: ISIS-1742: updates docs for wrapper factory - posted by da...@apache.org on 2017/10/16 10:44:28 UTC, 0 replies.
- [isis] 05/38: ISIS-1742: moves applib.events.system to applib.fixturescripts.events - posted by da...@apache.org on 2017/10/16 10:44:29 UTC, 0 replies.
- [isis] 06/38: ISIS-1742: renames Filter#accept to Filter#apply, aligning with guava's Predicate. - posted by da...@apache.org on 2017/10/16 10:44:30 UTC, 0 replies.
- [isis] 07/38: ISIS-1742: renames applib.filter.Filter to applib.filter.Predicate, same as guava's similar class. - posted by da...@apache.org on 2017/10/16 10:44:31 UTC, 0 replies.
- [isis] 08/38: ISIS-1742: globally replaces imports on applib.filter.Predicate for guava's equiv, deletes applib.filter.Predicate - posted by da...@apache.org on 2017/10/16 10:44:32 UTC, 0 replies.
- [isis] 09/38: ISIS-1742: renames applib.filter.Filters to applib.filter.Predicates; inlines the "asPredicate" method, which is now just an identity function (returns its arg) - posted by da...@apache.org on 2017/10/16 10:44:33 UTC, 0 replies.
- [isis] 10/38: ISIS-1742: refactors Predicates.any and .none - posted by da...@apache.org on 2017/10/16 10:44:34 UTC, 0 replies.
- [isis] 11/38: ISIS-1742: refactors applib.filter.Predicate#and, #or, #not to the guava equivs - posted by da...@apache.org on 2017/10/16 10:44:35 UTC, 0 replies.
- [isis] 12/38: ISIS-1742: inlines methods in applib.filter.Predicates to corresponding call to guava's Predicates method - posted by da...@apache.org on 2017/10/16 10:44:36 UTC, 0 replies.
- [isis] 13/38: ISIS-1742: deletes applib.filter.Predicates, inlines usages - posted by da...@apache.org on 2017/10/16 10:44:37 UTC, 0 replies.
- [isis] 14/38: ISIS-1742: removes ObjectAssociationFilters, since all methods/constants are unused - posted by da...@apache.org on 2017/10/16 10:44:38 UTC, 0 replies.
- [isis] 15/38: ISIS-1742: moves ObjectAssociation.Filters methods etc to ObjectAssociation.Predicates - posted by da...@apache.org on 2017/10/16 10:44:39 UTC, 0 replies.
- [isis] 16/38: ISIS-1742: renames ObjectAssociation.Filters#enabled to .Predicates#enabled2 - posted by da...@apache.org on 2017/10/16 10:44:40 UTC, 0 replies.
- [isis] 17/38: ISIS-1742: deletes ObjectAssociation.Predicates#enabled, as not used. - posted by da...@apache.org on 2017/10/16 10:44:41 UTC, 0 replies.
- [isis] 18/38: ISIS-1742: deletes ObjectAssociation.Predicates#enabled2 since not used - posted by da...@apache.org on 2017/10/16 10:44:42 UTC, 0 replies.
- [isis] 19/38: ISIS-1742: moves ObjectAction.Filters#... to .Predicates#... ; fixed refactoring error resulting in recursive calls in ObjectAction.Predicate#bulk and ObjectAction.Predicates#ofType - posted by da...@apache.org on 2017/10/16 10:44:43 UTC, 0 replies.
- [isis] 20/38: ISIS-1742: deletes unused Filters utility classes - posted by da...@apache.org on 2017/10/16 10:44:44 UTC, 0 replies.
- [isis] 21/38: ISIS-1742: moves FacetFilters to Facet.Filters nested static class - posted by da...@apache.org on 2017/10/16 10:44:45 UTC, 0 replies.
- [isis] 22/38: ISIS-1742: renames PublishedObjectFacet.Predicates to .Predicates2 to avoid name class - posted by da...@apache.org on 2017/10/16 10:44:46 UTC, 0 replies.
- [isis] 23/38: ISIS-1742: renames Facet.Filters to Facet.Predicates - posted by da...@apache.org on 2017/10/16 10:44:47 UTC, 0 replies.
- [isis] 24/38: ISIS-1742: deetes unused constants in Facet.Predicates - posted by da...@apache.org on 2017/10/16 10:44:48 UTC, 0 replies.
- [isis] 25/38: ISIS-1742: deletes ObjectAction.Predicates#withNoValidationRules since unused. - posted by da...@apache.org on 2017/10/16 10:44:49 UTC, 0 replies.
- [isis] 26/38: ISIS-1742: moves Facet.Predicates#isA to InteractionUtils, since only client, and removes the now empty Facet.Predicates class - posted by da...@apache.org on 2017/10/16 10:44:50 UTC, 0 replies.
- [isis] 27/38: ISIS-1742: deletes ObjectAction.Predicates#withId, since not used. - posted by da...@apache.org on 2017/10/16 10:44:51 UTC, 0 replies.
- [isis] 28/38: ISIS-1742: deletes unused constants and methods from ObjectAssociation.Predicates - posted by da...@apache.org on 2017/10/16 10:44:52 UTC, 0 replies.
- [isis] 29/38: ISIS-1742: deletes ApplicationFeature.Functions.GET_ID since unused - posted by da...@apache.org on 2017/10/16 10:44:53 UTC, 0 replies.
- [isis] 30/38: ISIS-1742: moves PublishedObjectFacet.Predicates#isPublished to PublishingServiceInternalDefault (the only client). - posted by da...@apache.org on 2017/10/16 10:44:54 UTC, 0 replies.
- [isis] 31/38: ISIS-1742: removes unused constants/methods in ClassUtil and FacetedMethodParameter.Functions - posted by da...@apache.org on 2017/10/16 10:44:55 UTC, 0 replies.
- [isis] 32/38: ISIS-1742: removes unused method in OneToOneAssociation.Functions - posted by da...@apache.org on 2017/10/16 10:44:56 UTC, 0 replies.
- [isis] 33/38: ISIS-1742: removes unused AdapterAndProperty.Functions constants - posted by da...@apache.org on 2017/10/16 10:44:57 UTC, 0 replies.
- [isis] 34/38: ISIS-1742: removes unused methods in ObjectAdapterMemento.Functions - posted by da...@apache.org on 2017/10/16 10:44:58 UTC, 0 replies.
- [isis] 35/38: ISIS-1742: removes unused methods in ArrayExtensions - posted by da...@apache.org on 2017/10/16 10:44:59 UTC, 0 replies.
- [isis] 36/38: ISIS-1742: removes unused methods of ClassExtensions - posted by da...@apache.org on 2017/10/16 10:45:00 UTC, 0 replies.
- [isis] 37/38: ISIS-1742: deletes ClassMatchers, since unused - posted by da...@apache.org on 2017/10/16 10:45:01 UTC, 0 replies.
- [isis] 38/38: ISIS-1742: removes unused methods of ClassUtil, moves ClassUtil.Functions method into ClassFunctions instead. - posted by da...@apache.org on 2017/10/16 10:45:02 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (ba1817a -> 6bc8bb6) - posted by da...@apache.org on 2017/10/16 12:43:25 UTC, 0 replies.
- [isis] 01/26: ISIS-1742: removes unused method in InputStreamExtensions - posted by da...@apache.org on 2017/10/16 12:43:26 UTC, 0 replies.
- [isis] 02/26: ISIS-1742: deletes unused methods of ListExtensions - posted by da...@apache.org on 2017/10/16 12:43:27 UTC, 0 replies.
- [isis] 03/26: ISIS-1742: deletes unused methods in MethodExtensions - posted by da...@apache.org on 2017/10/16 12:43:28 UTC, 0 replies.
- [isis] 04/26: ISIS-1742: removes unused methods from ObjectExtensions - posted by da...@apache.org on 2017/10/16 12:43:29 UTC, 0 replies.
- [isis] 05/26: ISIS-1742: deletes PropertiesExtensions, since not used. - posted by da...@apache.org on 2017/10/16 12:43:30 UTC, 0 replies.
- [isis] 06/26: ISIS-1742: deletes method from ResourceUtil, unused - posted by da...@apache.org on 2017/10/16 12:43:31 UTC, 0 replies.
- [isis] 07/26: ISIS-1742: deletes RunnableExtensions, unused - posted by da...@apache.org on 2017/10/16 12:43:32 UTC, 0 replies.
- [isis] 08/26: ISIS-1742: deletes StringBuilderExtensions, unused - posted by da...@apache.org on 2017/10/16 12:43:33 UTC, 0 replies.
- [isis] 09/26: ISIS-1742: deletes unused methods from StringExtensions - posted by da...@apache.org on 2017/10/16 12:43:34 UTC, 0 replies.
- [isis] 10/26: ISIS-1742: deletes unused method from ThrowableExtensions - posted by da...@apache.org on 2017/10/16 12:43:35 UTC, 0 replies.
- [isis] 11/26: ISIS-1742: improves ThrowableExtensions#throwWithinIsisException - use the provided error parameter - posted by da...@apache.org on 2017/10/16 12:43:36 UTC, 0 replies.
- [isis] 12/26: ISIS-1742: deletes unused methods in StringExtensions - posted by da...@apache.org on 2017/10/16 12:43:37 UTC, 0 replies.
- [isis] 13/26: ISIS-11742: deletes unused methods from IsisMatchers - posted by da...@apache.org on 2017/10/16 12:43:38 UTC, 0 replies.
- [isis] 14/26: ISIS-1742: deletes UrlEncodingUtils#urlEncode, since not used - posted by da...@apache.org on 2017/10/16 12:43:39 UTC, 0 replies.
- [isis] 15/26: ISIS-1742: renames UrlEncodingUtils to UrlDecoderUtil, and deletes unused constants - posted by da...@apache.org on 2017/10/16 12:43:40 UTC, 0 replies.
- [isis] 16/26: ISIS-1742: deletes commented out code, .ucd file, fixes javadoc references - posted by da...@apache.org on 2017/10/16 12:43:41 UTC, 0 replies.
- [isis] 17/26: ISIS-1742: deletes AnonymousSession, unused - posted by da...@apache.org on 2017/10/16 12:43:42 UTC, 0 replies.
- [isis] 18/26: ISIS-1742: deletes OidMatchers & OidMatchers (two different classes, unrelated except with same name, both unused). - posted by da...@apache.org on 2017/10/16 12:43:43 UTC, 0 replies.
- [isis] 19/26: ISIS-1742: deletes unused IsisMatchers, or - where used by only a single test class - moves them to their only usage - posted by da...@apache.org on 2017/10/16 12:43:44 UTC, 0 replies.
- [isis] 20/26: ISIS-1742: deletes Oid.Matchers, since unused - posted by da...@apache.org on 2017/10/16 12:43:45 UTC, 0 replies.
- [isis] 21/26: ISIS-1742: updates todo doc, removed filters from applib - posted by da...@apache.org on 2017/10/16 12:43:46 UTC, 0 replies.
- [isis] 22/26: ISIS-1742: moves ContentMappingService from applib.conmap to applib.services.conmap - posted by da...@apache.org on 2017/10/16 12:43:47 UTC, 0 replies.
- [isis] 23/26: ISIS-1742: deletes the non-applib ContentMappingService - posted by da...@apache.org on 2017/10/16 12:43:48 UTC, 0 replies.
- [isis] 24/26: ISIS-1742: deletes unused RepresentationServiceForRestfulObjects - posted by da...@apache.org on 2017/10/16 12:43:49 UTC, 0 replies.
- [isis] 25/26: ISIS-1742: removes unused methods from applib.clock.Clock - posted by da...@apache.org on 2017/10/16 12:43:50 UTC, 0 replies.
- [isis] 26/26: ISIS-1742: removes FixtureScript.ExecutionContext#add methods (use #addResult instead) and removes asKeyValueMap(...) utility method completely - posted by da...@apache.org on 2017/10/16 12:43:51 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (6bc8bb6 -> 1e4dbc9) - posted by da...@apache.org on 2017/10/16 13:37:06 UTC, 0 replies.
- [isis] 01/08: ISIS-1742: simplifies FixtureScript and FixtureScripts - posted by da...@apache.org on 2017/10/16 13:37:07 UTC, 0 replies.
- [isis] 02/08: ISIS-1742: deletes unused constructors within FixtureScripts - posted by da...@apache.org on 2017/10/16 13:37:08 UTC, 0 replies.
- [isis] 03/08: ISIS-1742: removes ActionInvocationMemento, and simplifies BackgroundCommandService. Now use CommandDto. Remove support for legacy persisted commands (beginning "...") - posted by da...@apache.org on 2017/10/16 13:37:09 UTC, 0 replies.
- [isis] 04/08: ISIS-1742: deletes commented out code in BackgroundCommandExecution - posted by da...@apache.org on 2017/10/16 13:37:10 UTC, 0 replies.
- [isis] 05/08: ISIS-1742: deletes unused methods and injected services, inlines usage of targetAdapterFor - posted by da...@apache.org on 2017/10/16 13:37:11 UTC, 0 replies.
- [isis] 06/08: ISIS-1742: removes empty legacy branch from BackgroundCommandExecution; removes unused mementoService - posted by da...@apache.org on 2017/10/16 13:37:12 UTC, 0 replies.
- [isis] 07/08: ISIS-1742: deletes unused constructors of ActionInvocationContext (domain service) - posted by da...@apache.org on 2017/10/16 13:37:13 UTC, 0 replies.
- [isis] 08/08: ISIS-1742: deletes unused methods in CommandUtil (while looking for usages of MementoService). - posted by da...@apache.org on 2017/10/16 13:37:14 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: removes CommandService#startTransaction - posted by da...@apache.org on 2017/10/16 13:50:26 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (cd11e77 -> 3069858) - posted by da...@apache.org on 2017/10/16 14:42:54 UTC, 0 replies.
- [isis] 01/08: ISIS-1742: deletes unused supporting classes for old PublishingService: EventMetadata, EventType, PublishedEventStateType, StateMessageMessagetType - posted by da...@apache.org on 2017/10/16 14:42:55 UTC, 0 replies.
- [isis] 02/08: ISIS-1742: deletes SettingsType - posted by da...@apache.org on 2017/10/16 14:42:56 UTC, 0 replies.
- [isis] 03/08: ISIS-1742: deletes WrapperObject, use WrappingObject instead (wrapper factory service); also (unused) Snapshot marker interface - posted by da...@apache.org on 2017/10/16 14:42:57 UTC, 0 replies.
- [isis] 04/08: ISIS-1742: deletes DateTime#longValue and Time#longValue, and deprecates the 4 isis-specific time value types (Date, DateTime, Time, TimeStamp). - posted by da...@apache.org on 2017/10/16 14:42:58 UTC, 0 replies.
- [isis] 05/08: ISIS-1742: deletes DomainObjectContainer's titleOf(...) and iconNameOf(...), updates .adocs - posted by da...@apache.org on 2017/10/16 14:42:59 UTC, 0 replies.
- [isis] 06/08: ISIS-1742: removes DomainObjectContainer#flush() ... use TransactionService#flushTransaction instead - posted by da...@apache.org on 2017/10/16 14:43:00 UTC, 0 replies.
- [isis] 07/08: ISIS-1742: removes DomainObjectContainer#informUser, warnUser, raiseError ... use MessageService instead. - posted by da...@apache.org on 2017/10/16 14:43:01 UTC, 0 replies.
- [isis] 08/08: ISIS-1742: removes DomainObjectContainer#getUser, use UserService instead - posted by da...@apache.org on 2017/10/16 14:43:02 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (3069858 -> 0fdeaf9) - posted by da...@apache.org on 2017/10/16 16:01:22 UTC, 0 replies.
- [isis] 01/09: ISIS-1742: deletes DomainObjectContainer#getProperty, getPropertyNames ... use ConfigurationService instead. - posted by da...@apache.org on 2017/10/16 16:01:23 UTC, 0 replies.
- [isis] 02/09: ISIS-1742: removes DomainObjectContainer's injectServicesInto, lookupService, lookupServices ... use ServiceRegistry instead. - posted by da...@apache.org on 2017/10/16 16:01:24 UTC, 0 replies.
- [isis] 03/09: ISIS-1742: refactors DomainObjectContainerDefault#isPersistent to delegate off to RepositoryService#isPersistent - posted by da...@apache.org on 2017/10/16 16:01:25 UTC, 0 replies.
- [isis] 04/09: ISIS-1742: deprecates DomainObjectContainer's #isValid, #validate since semantics of when can be called are not well-defined - posted by da...@apache.org on 2017/10/16 16:01:26 UTC, 0 replies.
- [isis] 05/09: ISIS-1742: deprecates DomainObjectContainer's #isViewModel deprecated; can use MetaModelService3 - posted by da...@apache.org on 2017/10/16 16:01:27 UTC, 0 replies.
- [isis] 06/09: ISIS-1742: removes DomainObjectContainer#newTransientInstance, #newPersistenceInstance, #newInstance, #newAggregatedInstance, #mixin ... either use FactoryService or no replacement provided. - posted by da...@apache.org on 2017/10/16 16:01:28 UTC, 0 replies.
- [isis] 07/09: ISIS-1742: removes DomainObjectContainer's #isPersistent, #persistIfNotAlready, #removeIfNotAlready - use RepositoryService instead - posted by da...@apache.org on 2017/10/16 16:01:29 UTC, 0 replies.
- [isis] 08/09: ISIS-1742: deletes org.apache.isis.objectstore.jdo.applib.service.Util with no replacement - posted by da...@apache.org on 2017/10/16 16:01:30 UTC, 0 replies.
- [isis] 09/09: ISIS-1742: fixes up compile issues resulting from removal of methods from DomainObjectContainer - posted by da...@apache.org on 2017/10/16 16:01:31 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (0fdeaf9 -> 65a8be9) - posted by da...@apache.org on 2017/10/16 19:51:15 UTC, 0 replies.
- [isis] 01/09: ISIS-1742: removes AuditingService3 (use AuditerService instead). Updates .adoc - posted by da...@apache.org on 2017/10/16 19:51:16 UTC, 0 replies.
- [isis] 02/09: ISIS-1742: rolls up BookmarkService2 to BookmarkService - posted by da...@apache.org on 2017/10/16 19:51:17 UTC, 0 replies.
- [isis] 03/09: ISIS-1742: rolls up ClassDiscoveryService2 into ClassDiscoveryService - posted by da...@apache.org on 2017/10/16 19:51:18 UTC, 0 replies.
- [isis] 04/09: ISIS-1742: rolls up MetaModelService2 and MetaModelService3 into MetaModelService supertype - posted by da...@apache.org on 2017/10/16 19:51:19 UTC, 0 replies.
- [isis] 05/09: ISIS-1742: remove o.a.i.objectstore.applib.service.support.IsisJdoSupport - posted by da...@apache.org on 2017/10/16 19:51:20 UTC, 0 replies.
- [isis] 06/09: ISIS-1742: moves JaxbServiceDefault from o.a.i.schema.services.jaxb to o.a.i.applib.services.jaxb - posted by da...@apache.org on 2017/10/16 19:51:21 UTC, 0 replies.
- [isis] 07/09: ISIS-1742: rolls ExceptionRecognizer2 up into ExceptionRecognizer - posted by da...@apache.org on 2017/10/16 19:51:22 UTC, 0 replies.
- [isis] 08/09: ISIS-1742: moves the JDO-specific implementations of ExceptionRecognizer under o.a.i.applib.services.exceprecog.jdo. Also updates DomainObjectContainer to fully implement the (extended) ExceptionRecognizer interface. - posted by da...@apache.org on 2017/10/16 19:51:23 UTC, 0 replies.
- [isis] 09/09: ISIS-1742: splits out ExceptionRecognizer impl from DomainObjectContainerDefault into new ExceptionRecognizerDocDefault - posted by da...@apache.org on 2017/10/16 19:51:24 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1742: splits out ExceptionRecognizer impl from DomainObjectContainerDefault into new ExceptionRecognizerDocDefault - updates test - posted by da...@apache.org on 2017/10/16 19:56:22 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (b9ed94c -> 7ac769c) - posted by da...@apache.org on 2017/10/16 20:34:45 UTC, 0 replies.
- [isis] 01/04: ISIS-1742: moves ExceptionRecognizerDocDefault to different package (still in core.metamodel, not applib) - posted by da...@apache.org on 2017/10/16 20:34:46 UTC, 0 replies.
- [isis] 02/04: ISIS-1742: deletes DomainChangeJdoAbstract and JdoColumnLength, with no replacement. - posted by da...@apache.org on 2017/10/16 20:34:47 UTC, 0 replies.
- [isis] 03/04: ISIS-1742: tidying up todo-deprecation-list.txt - posted by da...@apache.org on 2017/10/16 20:34:48 UTC, 0 replies.
- [isis] 04/04: ISIS-1742: tinkering with IsisInjectModule and IsisComponentProviderUsingInstallers, just to separate out the responsibilities a little better. - posted by da...@apache.org on 2017/10/16 20:34:49 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (7ac769c -> d609fd9) - posted by da...@apache.org on 2017/10/17 04:20:48 UTC, 0 replies.
- [isis] 01/03: ISIS-1742: updates rgsvc.adoc, removes the 'Registering the Service' section throughout - posted by da...@apache.org on 2017/10/17 04:20:49 UTC, 0 replies.
- [isis] 02/03: ISIS-1742: rolls ServiceRegistry2 up into ServiceRegistry - posted by da...@apache.org on 2017/10/17 04:20:50 UTC, 0 replies.
- [isis] 03/03: ISIS-1742: rolls Command3 up into Command - posted by da...@apache.org on 2017/10/17 04:20:51 UTC, 0 replies.
- [isis] branch master updated (f261140 -> 3db876a) - posted by da...@apache.org on 2017/10/17 04:25:45 UTC, 0 replies.
- [isis] 01/01: Merge pull request #103 from ppirus/patch-4 - posted by da...@apache.org on 2017/10/17 04:25:46 UTC, 0 replies.
- [isis] branch master updated (3db876a -> 2c08621) - posted by da...@apache.org on 2017/10/17 04:26:06 UTC, 0 replies.
- [isis] 01/01: Merge pull request #104 from ppirus/patch-5 - posted by da...@apache.org on 2017/10/17 04:26:07 UTC, 0 replies.
- [isis] branch master updated (2c08621 -> d54dc28) - posted by da...@apache.org on 2017/10/17 04:27:36 UTC, 0 replies.
- [isis] 01/01: Merge pull request #105 from ppirus/patch-6 - posted by da...@apache.org on 2017/10/17 04:27:37 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (d609fd9 -> 2c8ddaa) - posted by da...@apache.org on 2017/10/17 17:17:09 UTC, 0 replies.
- [isis] 01/02: Merge remote-tracking branch 'origin/master' into dev/2.0.0/ISIS-1742-remove-deprecations - posted by da...@apache.org on 2017/10/17 17:17:10 UTC, 0 replies.
- [isis] 02/02: ISIS-1742: removes "notInServiceMenu" prefix, "name" prefix, "plural" prefix, "description", "optional", "alwaysHide", "protect" prefixes. - posted by da...@apache.org on 2017/10/17 17:17:11 UTC, 0 replies.
- [isis] branch master updated (d54dc28 -> ddc251a) - posted by da...@apache.org on 2017/10/21 10:53:48 UTC, 0 replies.
- [isis] 01/01: Merge pull request #107 from ppirus/patch-8 - posted by da...@apache.org on 2017/10/21 10:53:49 UTC, 0 replies.
- [isis] branch master updated (ddc251a -> b323e58) - posted by da...@apache.org on 2017/10/21 10:54:20 UTC, 0 replies.
- [isis] 01/01: Merge pull request #106 from ppirus/patch-7 - posted by da...@apache.org on 2017/10/21 10:54:21 UTC, 0 replies.
- [isis] branch master updated (b323e58 -> 67cea8a) - posted by da...@apache.org on 2017/10/21 10:55:43 UTC, 0 replies.
- [isis] 01/01: Merge pull request #108 from ppirus/patch-9 - posted by da...@apache.org on 2017/10/21 10:55:44 UTC, 0 replies.
- [isis] branch ISIS-1632-meta-annotations created (now 9d15b17) - posted by da...@apache.org on 2017/10/25 14:37:14 UTC, 0 replies.
- [isis] 01/08: ISIS-1742: removes support for exploration prefix for actions - posted by da...@apache.org on 2017/10/25 14:37:15 UTC, 0 replies.
- [isis] 02/08: ISIS-1742: deletes unused facet impl, PrototypeFacetViaExplorationPrefixNamingConvention - posted by da...@apache.org on 2017/10/25 14:37:16 UTC, 0 replies.
- [isis] 03/08: ISIS-1742: deletes unused OptionHandlerXxx classes (Debug, Quiet, Verbose) - posted by da...@apache.org on 2017/10/25 14:37:17 UTC, 0 replies.
- [isis] 04/08: ISIS-1742: deletes ObjectFixtureService, ObjectFixtureFilePersistor, ObjectLoaderFixture. - posted by da...@apache.org on 2017/10/25 14:37:18 UTC, 0 replies.
- [isis] 05/08: ISIS-1742: removes stale unit test (referencing facet factory long since deleted...) - posted by da...@apache.org on 2017/10/25 14:37:19 UTC, 0 replies.
- [isis] 06/08: ISIS-1742: updates todo list - posted by da...@apache.org on 2017/10/25 14:37:20 UTC, 0 replies.
- [isis] 07/08: ISIS-1632: adds initial support for @Meta annotation. - posted by da...@apache.org on 2017/10/25 14:37:21 UTC, 0 replies.
- [isis] 08/08: ISIS-1632: updates to helloworld just for testing @Meta - posted by da...@apache.org on 2017/10/25 14:37:22 UTC, 0 replies.
- [isis] branch master updated (67cea8a -> edcebfa) - posted by da...@apache.org on 2017/10/25 14:40:16 UTC, 0 replies.
- [isis] 01/02: ISIS-1465: adds stuff on cgcom rel process - posted by da...@apache.org on 2017/10/25 14:40:17 UTC, 0 replies.
- [isis] 02/02: adds new 'menuBars' resource to RO viewer - posted by da...@apache.org on 2017/10/25 14:40:18 UTC, 0 replies.
- [isis] branch master updated: fixes comment in github-pr.sh - posted by da...@apache.org on 2017/10/25 14:41:11 UTC, 0 replies.
- [isis] branch master updated (0173c20 -> 19a47a8) - posted by da...@apache.org on 2017/10/25 15:40:27 UTC, 0 replies.
- [isis] 01/04: ISIS-1752: adds new 'menuBars' resource to RO viewer - posted by da...@apache.org on 2017/10/25 15:40:28 UTC, 0 replies.
- [isis] 02/04: Merge remote-tracking branch 'origin/master' - posted by da...@apache.org on 2017/10/25 15:40:29 UTC, 0 replies.
- [isis] 03/04: ISIS-1752: moves oid from MenuSection down into ActionLayout, so that could support custom menus in the future. - posted by da...@apache.org on 2017/10/25 15:40:30 UTC, 0 replies.
- [isis] 04/04: Merge branch 'ISIS-1752-menu-layout-resource' - posted by da...@apache.org on 2017/10/25 15:40:31 UTC, 0 replies.
- [isis] branch master updated (19a47a8 -> bc5fdbe) - posted by da...@apache.org on 2017/10/25 16:48:09 UTC, 0 replies.
- [isis] 01/04: ISIS-1752: factors out MenuBarsService, refactors Wicket UI to use MenuBarsService. - posted by da...@apache.org on 2017/10/25 16:48:10 UTC, 0 replies.
- [isis] 02/04: ISIS-1752: deletes unused methods in ServiceActionUtil (now within MenuBarsServiceDefault). - posted by da...@apache.org on 2017/10/25 16:48:11 UTC, 0 replies.
- [isis] 03/04: ISIS-1572: adds outline docs for MenuBarsService - posted by da...@apache.org on 2017/10/25 16:48:12 UTC, 0 replies.
- [isis] 04/04: ISIS-1752: fixes unit test - posted by da...@apache.org on 2017/10/25 16:48:13 UTC, 0 replies.
- [isis] branch master updated: ISIS-1752: removes unused import - posted by da...@apache.org on 2017/10/25 17:54:43 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated (2c8ddaa -> 10b9e04) - posted by da...@apache.org on 2017/10/26 07:29:06 UTC, 0 replies.
- [isis] 01/04: Merge branch 'master' into dev/2.0.0/ISIS-1742-remove-deprecations - posted by da...@apache.org on 2017/10/26 07:29:07 UTC, 0 replies.
- [isis] 02/04: ISIS-1742: having to delete unit test again (?!?) after merge from master. - posted by da...@apache.org on 2017/10/26 07:29:08 UTC, 0 replies.
- [isis] 03/04: ISIS-1742: removes merge conflict markers accidentally left in file - posted by da...@apache.org on 2017/10/26 07:29:09 UTC, 0 replies.
- [isis] 04/04: ISIS-1742: replaces Filter with Predicate in new MenuBarsServiceDefault - posted by da...@apache.org on 2017/10/26 07:29:10 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: Proper lifecycling in preparation of ISIS-1756 - posted by ah...@apache.org on 2017/10/26 09:48:50 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: Update IsisContext.java - posted by ah...@apache.org on 2017/10/26 10:09:58 UTC, 0 replies.
- [isis] branch ISIS-1632-meta-annotations updated (9d15b17 -> f3b2dba) - posted by da...@apache.org on 2017/10/26 22:04:46 UTC, 0 replies.
- [isis] 01/07: ISIS-1742: removes support for exploration prefix for actions - posted by da...@apache.org on 2017/10/26 22:04:47 UTC, 0 replies.
- [isis] 02/07: ISIS-1742: deletes unused facet impl, PrototypeFacetViaExplorationPrefixNamingConvention - posted by da...@apache.org on 2017/10/26 22:04:48 UTC, 0 replies.
- [isis] 03/07: ISIS-1742: deletes unused OptionHandlerXxx classes (Debug, Quiet, Verbose) - posted by da...@apache.org on 2017/10/26 22:04:49 UTC, 0 replies.
- [isis] 04/07: ISIS-1742: deletes ObjectFixtureService, ObjectFixtureFilePersistor, ObjectLoaderFixture. - posted by da...@apache.org on 2017/10/26 22:04:50 UTC, 0 replies.
- [isis] 05/07: ISIS-1742: updates todo list - posted by da...@apache.org on 2017/10/26 22:04:51 UTC, 0 replies.
- [isis] 06/07: ISIS-1632: adds initial support for @Meta annotation. - posted by da...@apache.org on 2017/10/26 22:04:52 UTC, 0 replies.
- [isis] 07/07: ISIS-1632: updates to helloworld just for testing @Meta - posted by da...@apache.org on 2017/10/26 22:04:53 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1636-j8-time updated (ac6fb78 -> 65294dc) - posted by da...@apache.org on 2017/10/26 22:24:03 UTC, 0 replies.
- [isis] 01/13: ISIS-1276: updates references for datanucleus. - posted by da...@apache.org on 2017/10/26 22:24:04 UTC, 2 replies.
- [isis] 02/13: ISIS-1276: updates core to compile under JDK 1.8 only - posted by da...@apache.org on 2017/10/26 22:24:05 UTC, 2 replies.
- [isis] 03/13: ISIS-1276: updates applib, replaces references of TypesafeQuery to be instead JDOQLTypedQuery - posted by da...@apache.org on 2017/10/26 22:24:06 UTC, 2 replies.
- [isis] 04/13: ISIS-1276: fixes compile issues in metamodel and runtime - posted by da...@apache.org on 2017/10/26 22:24:07 UTC, 2 replies.
- [isis] 05/13: ISIS-1276: fixes compile issue in specsupport - posted by da...@apache.org on 2017/10/26 22:24:08 UTC, 2 replies.
- [isis] 06/13: ISIS-1276: fixes algorithm for lookup of datastore id's, at least - posted by da...@apache.org on 2017/10/26 22:24:09 UTC, 2 replies.
- [isis] 07/13: ISIS-1723: removes jdo applib's Auditable interface and @Auditable annotation - posted by da...@apache.org on 2017/10/26 22:24:10 UTC, 2 replies.
- [isis] 08/13: ISIS-1724: removes the deprecated IsisJdoSupport in the jdo applib - posted by da...@apache.org on 2017/10/26 22:24:11 UTC, 2 replies.
- [isis] 09/13: ISIS-1725: requires that an AppManifest is supplied (used to obtain list of entities). - posted by da...@apache.org on 2017/10/26 22:24:12 UTC, 2 replies.
- [isis] 10/13: ISIS-1727: uses lambda in IsisSessionFactoryBuilder - posted by da...@apache.org on 2017/10/26 22:24:13 UTC, 2 replies.
- [isis] 11/13: ISIS-1726: generalizes the logic that searches for @PersistenceCapable entities, to also take into account meta-annotations. - posted by da...@apache.org on 2017/10/26 22:24:14 UTC, 2 replies.
- [isis] 12/13: ISIS-1728: uses typesafe queries for helloworld - posted by da...@apache.org on 2017/10/26 22:24:15 UTC, 2 replies.
- [isis] 13/13: ISIS-1636 UI enhancement - java 8 Time - posted by da...@apache.org on 2017/10/26 22:24:16 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1276-dn-5-1 updated (a8b21e7 -> 26ff9ea) - posted by da...@apache.org on 2017/10/26 22:29:13 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations created (now f3b2dba) - posted by da...@apache.org on 2017/10/26 22:30:10 UTC, 0 replies.
- [isis] branch ISIS-1632-meta-annotations deleted (was f3b2dba) - posted by da...@apache.org on 2017/10/26 22:30:49 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated (f3b2dba -> 197fa83) - posted by da...@apache.org on 2017/10/26 22:34:14 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1756: adds @Deprecated annotation to IsisContext.testReset() - posted by ah...@apache.org on 2017/10/26 23:03:25 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated (197fa83 -> cdcc0ce) - posted by da...@apache.org on 2017/10/27 07:26:03 UTC, 0 replies.
- [isis] 01/03: ISIS-1632: generalises Annotations utility to return a list of annotations rather than first matching. (INCOMPLETE, DOESN'T EVEN COMPILE) - posted by da...@apache.org on 2017/10/27 07:26:04 UTC, 0 replies.
- [isis] 02/03: ISIS-1632: bumps to Java 1.8 - posted by da...@apache.org on 2017/10/27 07:26:05 UTC, 0 replies.
- [isis] 03/03: ISIS-1632: converts a number of facet factories to handle Lists of annotations (WORK IN PROGRESS, CODE STILL DOES NOT COMPILE) - posted by da...@apache.org on 2017/10/27 07:26:06 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1762-j8-utils created (now 4a9a3aa) - posted by ah...@apache.org on 2017/10/27 07:50:25 UTC, 0 replies.
- [isis] 13/13: ISIS-1762 fixing won't compile on eclipse - posted by ah...@apache.org on 2017/10/27 07:50:38 UTC, 1 replies.
- [isis] branch dev/2.0.0/ISIS-1762-j8-utils deleted (was 4a9a3aa) - posted by ah...@apache.org on 2017/10/27 08:07:18 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1762-j8-utils created (now df25482) - posted by ah...@apache.org on 2017/10/27 08:15:10 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1762-j8-utils deleted (was df25482) - posted by ah...@apache.org on 2017/10/27 08:39:03 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1762-j8-utils created (now 4df916d) - posted by ah...@apache.org on 2017/10/27 09:49:18 UTC, 0 replies.
- [isis] 01/01: ISIS-1762 fixing won't compile on eclipse - posted by ah...@apache.org on 2017/10/27 09:49:19 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632 , ISIS-1763: converts some more facet factories to handle Lists of annotations (WORK IN PROGRESS, CODE STILL DOES NOT COMPILE) - posted by da...@apache.org on 2017/10/27 12:33:06 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1762-j8-utils updated: ISIS-1762 added Reflect and NullSafe, reviewing o.a.i.c.commons - posted by ah...@apache.org on 2017/10/27 13:25:27 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1740-where-am-i created (now 38a81da) - posted by ah...@apache.org on 2017/10/27 13:35:13 UTC, 0 replies.
- [isis] 01/01: ISIS-1740 initial commit of prototype - posted by ah...@apache.org on 2017/10/27 13:35:14 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1740-where-am-i updated: ISIS-1740 refactored method names, added javadoc - posted by ah...@apache.org on 2017/10/27 14:03:41 UTC, 0 replies.
- [isis] branch master updated: ISIS-1766: adds new resources to allow menuBars and layout to be requested as json - posted by da...@apache.org on 2017/10/28 17:39:21 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 created (now 07f2c95) - posted by ah...@apache.org on 2017/10/29 08:24:26 UTC, 0 replies.
- [isis] 01/02: ISIS-1756: IsisContext: add destroy(), deprecate testReset() - posted by ah...@apache.org on 2017/10/29 08:24:27 UTC, 0 replies.
- [isis] 02/02: ISIS-1767 JEE 7+ added dependency on javaee-api to core/runtime - posted by ah...@apache.org on 2017/10/29 08:24:28 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1756 JEE 7+ Isis App life-cycling - posted by ah...@apache.org on 2017/10/29 08:29:44 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1755 JEE 7+ allow coexistence of CDI and Isis' ServiceInjector - posted by ah...@apache.org on 2017/10/29 08:33:24 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1756 - fix typo - posted by ah...@apache.org on 2017/10/29 09:25:58 UTC, 0 replies.
- [isis] branch master updated: ISIS-1765, ISIS-1766, ISIS-1770: new object-layout resource with links; adds links for menuBars repr also; fix for actions with ARE_YOU_SURE semantics. - posted by da...@apache.org on 2017/10/29 18:33:26 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1756 prevent SQLException on schema creation if config is missing - posted by ah...@apache.org on 2017/10/30 14:14:22 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: converts facet factories to support meta annotations ... code now compiles - posted by da...@apache.org on 2017/10/30 14:52:49 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1756 utilize IsisWicketApplication's life-cycle instead of providing a life-cycle CDI Bean - posted by ah...@apache.org on 2017/10/30 16:21:52 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1754 context aware class-loading for Isis - posted by ah...@apache.org on 2017/10/30 16:29:19 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: converts parameter layouts facet for meta; support recursive meta annotations - posted by da...@apache.org on 2017/10/30 17:27:19 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: fixes unit tests for metamodel - posted by da...@apache.org on 2017/10/30 18:30:11 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: fixes issue preventing startup (accidentally changed to call the new Annotations.getAnnotations(...), should instead continue to call the original Annotations.getAnnotation(...) method - posted by da...@apache.org on 2017/10/30 18:42:10 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated (61d0d70 -> 24adee1) - posted by da...@apache.org on 2017/10/30 19:13:57 UTC, 0 replies.
- [isis] 01/02: ISIS-1632: updates simpleapp to use @Meta annotation - posted by da...@apache.org on 2017/10/30 19:13:58 UTC, 0 replies.
- [isis] 02/02: ISIS-1632: fixes handling of annotations on fields - posted by da...@apache.org on 2017/10/30 19:13:59 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: fixes integ test for simple object - posted by da...@apache.org on 2017/10/30 20:59:24 UTC, 0 replies.
- [isis] branch master updated: ISIS-1766: adds docs on new layout resources - posted by da...@apache.org on 2017/10/30 22:33:09 UTC, 0 replies.
- [isis] branch master updated: adds discussion on using view models in REST APIs - posted by da...@apache.org on 2017/10/31 05:33:50 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: some minor simplifications to the simple app - posted by da...@apache.org on 2017/10/31 05:41:52 UTC, 0 replies.
- [isis] branch master updated: adds link to imworld video - posted by da...@apache.org on 2017/10/31 05:49:56 UTC, 0 replies.
- [01/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:14:59 UTC, 0 replies.
- [02/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:00 UTC, 0 replies.
- [03/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:01 UTC, 0 replies.
- [04/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:02 UTC, 0 replies.
- [05/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:03 UTC, 0 replies.
- [06/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:04 UTC, 0 replies.
- [07/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:05 UTC, 0 replies.
- [08/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:06 UTC, 0 replies.
- [09/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:07 UTC, 0 replies.
- [10/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:08 UTC, 0 replies.
- [11/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:09 UTC, 0 replies.
- [12/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:10 UTC, 0 replies.
- [13/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:11 UTC, 0 replies.
- [14/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:12 UTC, 0 replies.
- [15/23] isis-site git commit: adds link to imworld video - posted by da...@apache.org on 2017/10/31 06:15:13 UTC, 0 replies.
- [16/23] isis-site git commit: fixes title for presentation - posted by da...@apache.org on 2017/10/31 06:15:14 UTC, 0 replies.
- [17/23] isis-site git commit: fixes title for presentation - posted by da...@apache.org on 2017/10/31 06:15:15 UTC, 0 replies.
- [18/23] isis-site git commit: fixes title for presentation - posted by da...@apache.org on 2017/10/31 06:15:16 UTC, 0 replies.
- [19/23] isis-site git commit: adds docker images - posted by da...@apache.org on 2017/10/31 06:15:17 UTC, 0 replies.
- [20/23] isis-site git commit: fixes image size in cgcom - posted by da...@apache.org on 2017/10/31 06:15:18 UTC, 0 replies.
- [21/23] isis-site git commit: fixes image size in cgcom - posted by da...@apache.org on 2017/10/31 06:15:19 UTC, 0 replies.
- [22/23] isis-site git commit: fixes image size in cgcom - posted by da...@apache.org on 2017/10/31 06:15:20 UTC, 0 replies.
- [23/23] isis-site git commit: fixes image size in cgcom - posted by da...@apache.org on 2017/10/31 06:15:21 UTC, 0 replies.
- [isis] branch master updated (3f49af7 -> b7b9083) - posted by da...@apache.org on 2017/10/31 06:59:29 UTC, 0 replies.
- [isis] 01/02: fixes title for presentation - posted by da...@apache.org on 2017/10/31 06:59:30 UTC, 0 replies.
- [isis] 02/02: fixes image size in cgcom - posted by da...@apache.org on 2017/10/31 06:59:31 UTC, 0 replies.
- [isis] branch master updated: ISIS-1766: adds new method to LayoutService to download menubars.layout.xml. Also... - posted by da...@apache.org on 2017/10/31 07:03:32 UTC, 0 replies.
- [isis] branch dev/2.0.0/ISIS-1767-jee-7 updated: ISIS-1755 TomEE requires Service Providers to be public classes - posted by ah...@apache.org on 2017/10/31 08:01:52 UTC, 0 replies.