You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2019/09/03 08:12:48 UTC

[cayenne] branch master updated (277cf0f -> bcdd5d9)

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.


    from 277cf0f  Merger PR #405
     new 28f963a  add missing entries to release notes
     new e29d2ec  typo
     new 2cc6bab  update plugins' versions
     new bcdd5d9  update asciidoc

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE-NOTES.txt                                             | 11 ++++++++++-
 .../src/docs/asciidoc/_cayenne-guide/part2/queries.adoc       |  2 +-
 docs/asciidoc/pom.xml                                         |  8 ++++----
 pom.xml                                                       | 10 ++++------
 4 files changed, 19 insertions(+), 12 deletions(-)


[cayenne] 03/04: update plugins' versions

Posted by nt...@apache.org.
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

commit 2cc6babef1bf8599dd2b5b33484b28ba3d1cc00c
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Sep 3 10:45:30 2019 +0300

    update plugins' versions
---
 pom.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70e68e5..7034f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -729,7 +729,7 @@
 				</plugin>
 				<plugin>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.8.0</version>
+					<version>3.8.1</version>
 					<configuration>
 						<source>1.8</source>
 						<target>1.8</target>
@@ -815,7 +815,7 @@
 				</plugin>
 				<plugin>
 					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>3.0.1</version>
+					<version>3.1.1</version>
 					<configuration>
 						<!-- Java 8 is too strict about Javadoc omissions --> 
 						<doclint>${javadoc.doclint}</doclint>
@@ -841,7 +841,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
-                    <version>2.22.1</version>
+                    <version>2.22.2</version>
                     <executions>
                         <execution>
                             <id>integration-test</id>
@@ -854,7 +854,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>io.fabric8</groupId>
@@ -1744,7 +1744,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.5</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -1753,7 +1752,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.20</version>
             </plugin>
         </plugins>
     </reporting>


[cayenne] 02/04: typo

Posted by nt...@apache.org.
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

commit e29d2ec46e5d09a2abfdd185378626b9c0b22995
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Sep 3 10:42:05 2019 +0300

    typo
---
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries.adoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries.adoc
index d6415c0..559c10b 100644
--- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries.adoc
+++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries.adoc
@@ -82,7 +82,7 @@ INFO: SELECT t0.DATE_OF_BIRTH, t0.NAME, t0.ID FROM ARTIST t0 WHERE t0.NAME LIKE
 INFO: === returned 1 row. - took 6 ms.
 ----
 
-`ObjectSelect` allows to assemble qualifier from parts, using "and" and "or" method to chain then together:
+`ObjectSelect` allows to assemble qualifier from parts, using "and" and "or" method to chain them together:
 
 [source, java]
 ----


[cayenne] 01/04: add missing entries to release notes

Posted by nt...@apache.org.
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

commit 28f963a4c8f3596f05b67a2fb77d50da3cd31091
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Sep 3 10:41:52 2019 +0300

    add missing entries to release notes
---
 RELEASE-NOTES.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 989fc11..5ece547 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -13,22 +13,29 @@ Date:
 ----------------------------------
 Changes/New Features:
 
+CAY-2465 New SelectTranslator implementation
+CAY-2466 New internal API to build SQL
 CAY-2467 New type-aware Property API
+CAY-2468 Support subqueries in Expression API
 CAY-2507 Property API to use path aliases
 CAY-2508 Create api to add aliases in expressions
 CAY-2510 Create builder to load custom modules into plugins and modeler
 CAY-2511 Contribute custom properties for attributes
+CAY-2512 Support for custom functions in Expression API and Property API
+CAY-2514 Set SERVER_CONTEXTS_SYNC_PROPERTY default value to false
 CAY-2517 EventManager: optimization of adding listeners
 CAY-2518 Add method to append having qualifier expression to ObjectSelect
 CAY-2520 Split ObjectId into several specialized variants
 CAY-2522 Make ObjectSelect a direct query
 CAY-2523 Deprecate SelectQuery
 CAY-2525 Deprecate OpenBase adapter
+CAY-2527 API to map Object[] result to POJO
 CAY-2539 Import procedures with the help of MergerToken
 CAY-2540 Modeler: redesign dbRelationship editor dialog
 CAY-2542 Modeler: redesign ObjRelationship editor dialog
 CAY-2543 Move ResultSetMapping generation from metadata to translator
 CAY-2549 Modeler: Redesign ObjAttribute editor dialog
+CAY-2551 Create extended type for abstract Number class
 CAY-2555 Use explicit ArcId in GraphChangeHandler methods
 CAY-2557 Add java.time.Duration and java.time.Period to supported types
 CAY-2562 Make ROPServerModule autoloaded
@@ -36,6 +43,7 @@ CAY-2563 Deprecate old scalarQuery methods in SQLSelect
 CAY-2568 Class Generation: Superclass Package setting persistence
 CAY-2569 Custom 'Naming Strategy' in Cayenne Modeler
 CAY-2570 Use MySQL adapter for latest versions of MariaDB
+CAY-2571 DataDomainFlushAction redesign
 CAY-2579 Review and possibly relax usage of readonly flag of ObjRelationship
 CAY-2585 Rename scalarQuery and params methods in SQLSelect
 CAY-2590 Add method to set query timeout to queries
@@ -49,17 +57,18 @@ CAY-2612 Modeler: add lazy-loading to dbImport tab
 
 Bug Fixes:
 
+CAY-2019 Optimistic locking always fails on CRYPTO columns
 CAY-2332 Property API: unable to use eq() and in() methods for toMany relationships
 CAY-2417 Modeler: wrong title in attribute context menu
 CAY-2506 Java class generated for Embeddable object is not serializable
 CAY-2509 Result of resolving lazily faulted relationships can be out-of-date
-CAY-2019 Optimistic locking always fails on CRYPTO columns
 CAY-2530 Modeler: DB Import and Class Generation from Project is performed for removed datamaps
 CAY-2531 Modeler: Importing same schema after Import Revert clears all entities in datamap
 CAY-2533 Modeler: Exception on validating ObjRelationship without db path
 CAY-2535 Modeler: Impossible to import stored procedure apart from db tables
 CAY-2537 Modeler: Schema Generation Complete popup window is hidden
 CAY-2538 Modeler: dbImport configuration unclear behavior
+CAY-2541 Performing query with expression with ObjectId throws NPE in some cases
 CAY-2544 Possible name clash of ivar and property name in generated class
 CAY-2547 CayenneDataObject serialization issue
 CAY-2553 Wrong disjoint prefetch query qualifier


[cayenne] 04/04: update asciidoc

Posted by nt...@apache.org.
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

commit bcdd5d91cb01a91a64c1dc66620a3216f5184729
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Sep 3 10:45:45 2019 +0300

    update asciidoc
---
 docs/asciidoc/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 75aedeb..604d577 100644
--- a/docs/asciidoc/pom.xml
+++ b/docs/asciidoc/pom.xml
@@ -42,10 +42,10 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <asciidoctorj.version>1.6.0-alpha.7</asciidoctorj.version>
-        <asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version>
-        <asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
-        <jruby.version>9.2.0.0</jruby.version>
+        <asciidoctorj.version>1.6.2</asciidoctorj.version>
+        <asciidoctor.maven.plugin.version>1.5.8</asciidoctor.maven.plugin.version>
+        <asciidoctorj.pdf.version>1.5.0-alpha.18</asciidoctorj.pdf.version>
+        <jruby.version>9.2.8.0</jruby.version>
         <cayenne.version>${project.version}</cayenne.version>
         <cayenne.major.version>4.2</cayenne.major.version>
     </properties>