[cayenne-examples] branch dependabot/maven/cayenne-jdbc-type-other/org.postgresql-postgresql-42.3.7 created (now 61dedb0)

2022-09-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/cayenne-jdbc-type-other/org.postgresql-postgresql-42.3.7 in repository https://gitbox.apache.org/repos/asf/cayenne-examples.git at 61dedb0 Bump postgresql from 42.3.3

[GitHub] [cayenne] stariy95 opened a new pull request, #521: CAY-2759 Add utility methods to the SELF property

2022-09-22 Thread GitBox
stariy95 opened a new pull request, #521: URL: https://github.com/apache/cayenne/pull/521 Here are some usage examples of the methods added: ```java // query() method to create ObjectSelect List artistList = Artist.SELF.query().select(context); // same with a where clause Artis

[jira] [Closed] (CAY-2758) Refactoring code for a extended TemplateType class

2022-09-22 Thread Nikita Timofeev (Jira)
[ https://issues.apache.org/jira/browse/CAY-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev closed CAY-2758. Resolution: Fixed https://github.com/apache/cayenne/pull/520 > Refactoring code for a extended Templ

[cayenne] branch master updated: CAY-2758 refactoring for extended TemplateType

2022-09-22 Thread ntimofeev
This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new ea686b8ba CAY-2758 refactoring for extended

[GitHub] [cayenne] stariy95 merged pull request #520: CAY-2758 refactoring for extended TemplateType

2022-09-22 Thread GitBox
stariy95 merged PR #520: URL: https://github.com/apache/cayenne/pull/520 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cayenne.apa

[jira] [Assigned] (CAY-2760) ObjectContext.userProperties need a way to clear properties

2022-09-22 Thread Nikita Timofeev (Jira)
[ https://issues.apache.org/jira/browse/CAY-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev reassigned CAY-2760: Assignee: Nikita Timofeev > ObjectContext.userProperties need a way to clear properties > --