Sling Model Persist

2020-09-27 Thread Andreas Schaefer
stream. As far as I can tell the Sling Model Persist still requires an additional endpoint like Servlet to persist the data. Cheers - Andy

[GitHub] [sling-whiteboard] cziegeler merged pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-26 Thread GitBox
cziegeler merged pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40 This is an automated message from the Apache Git Service. To respond

[GitHub] [sling-whiteboard] cziegeler commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
cziegeler commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r297017075 ## File path: SlingModelPersist/pom.xml ## @@ -1,176 +1,183 @@ -http

[GitHub] [sling-whiteboard] badvision commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
badvision commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296944124 ## File path: SlingModelPersist/src/main/java/org/apache/sling/models/persist

[GitHub] [sling-whiteboard] badvision commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
badvision commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296944180 ## File path: SlingModelPersist/src/test/java/org/apache/sling/models/persist/bean

[GitHub] [sling-whiteboard] badvision commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
badvision commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296943641 ## File path: SlingModelPersist/src/main/java/org/apache/sling/models/persist/impl/util

[GitHub] [sling-whiteboard] klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296830450 ## File path: SlingModelPersist/pom.xml ## @@ -1,176 +1,183 @@ -http

[GitHub] [sling-whiteboard] klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296830450 ## File path: SlingModelPersist/pom.xml ## @@ -1,176 +1,183 @@ -http

[GitHub] [sling-whiteboard] klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296832980 ## File path: SlingModelPersist/src/main/java/org/apache/sling/models/persist

[GitHub] [sling-whiteboard] klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296831393 ## File path: SlingModelPersist/src/main/java/org/apache/sling/models/persist/impl/util

[GitHub] [sling-whiteboard] klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-24 Thread GitBox
klcodanr commented on a change in pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#discussion_r296833505 ## File path: SlingModelPersist/src/test/java/org/apache/sling/models/persist/bean

Whiteboard PR40: renaming Sling Model Persist

2019-06-24 Thread Brendan Robert
Is anyone willing to review and approve the naming change for the Sling Model Persist service bundle? The original name was JCR Persist, but it was aptly noted that the code actually only uses Sling and not JCR calls. https://github.com/apache/sling-whiteboard/pull/40 I am happy to revise

[GitHub] [sling-whiteboard] badvision commented on issue #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-19 Thread GitBox
badvision commented on issue #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#issuecomment-503592136 @cziegeler please advise if any more changed are needed

[GitHub] [sling-whiteboard] badvision commented on issue #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-17 Thread GitBox
badvision commented on issue #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40#issuecomment-502810056 @klcodanr -- Renamed by popular request to something that didn't have "JCR" i

[GitHub] [sling-whiteboard] badvision opened a new pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11

2019-06-17 Thread GitBox
badvision opened a new pull request #40: Renaming to Sling Model Persist, fixed test error with JDK 11 URL: https://github.com/apache/sling-whiteboard/pull/40 PostConstruct wasn't imported, needed to add module dependency on javax annotations