You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2021/05/08 11:59:20 UTC

[openjpa] branch master updated (25af7c3 -> e3fd21f)

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

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


    from 25af7c3  OPENJPA-2849 proper handling of different Date types
     new 49116c7  OPENJPA-2816 correct jdbc url for herddb-docker
     new e3fd21f  OPENJPA-2871 update to xbean-4.20

The 2 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:
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

[openjpa] 01/02: OPENJPA-2816 correct jdbc url for herddb-docker

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit 49116c7f8e1556b8aec4772409976ccba1172a85
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat May 8 13:53:49 2021 +0200

    OPENJPA-2816 correct jdbc url for herddb-docker
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4914a3c..91907cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1120,8 +1120,10 @@
             </dependencies>
             <properties>
                 <connection.driver.name>herddb.jdbc.Driver</connection.driver.name>
+                <tests.openjpa.driverDataSource>simple</tests.openjpa.driverDataSource>
 
-                <connection.url>jdbc:herddb://localhost</connection.url>
+
+                <connection.url>jdbc:herddb:localhost:7000</connection.url>
                 <connection.username>sa</connection.username>
                 <connection.password>hdb</connection.password>
                 <jdbc.DBDictionary />

Re: [openjpa] 02/02: OPENJPA-2871 update to xbean-4.20

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
note that xBean-4.20 is right now under vote and will only be avail in 2 days.
The staging repo is
https://repository.apache.org/content/repositories/orgapachegeronimo-1139 <https://repository.apache.org/content/repositories/orgapachegeronimo-1139>
We already got enough +1 to release, just waiting for the 72h period.

LieGrue,
strub


> Am 08.05.2021 um 13:59 schrieb struberg@apache.org <ma...@apache.org>:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> struberg pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/openjpa.git <https://gitbox.apache.org/repos/asf/openjpa.git>
> 
> commit e3fd21f0a204b5f196732fc594a16bf4baa65ccb
> Author: Mark Struberg <struberg@apache.org <ma...@apache.org>>
> AuthorDate: Sat May 8 13:58:55 2021 +0200
> 
>    OPENJPA-2871 update to xbean-4.20
> ---
> pom.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pom.xml b/pom.xml
> index 91907cc..9bee3f4 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -98,7 +98,7 @@
>         <javadoc.additionalparam />
>         <maven.surefire.version>3.0.0-M4</maven.surefire.version>
> 
> -        <xbean.version>4.18</xbean.version>
> +        <xbean.version>4.20</xbean.version>
>         <bval.version>1.1.2</bval.version>
>         <log4j2.version>2.14.1</log4j2.version>
>         <ant.version>1.10.9</ant.version>


[openjpa] 02/02: OPENJPA-2871 update to xbean-4.20

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit e3fd21f0a204b5f196732fc594a16bf4baa65ccb
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat May 8 13:58:55 2021 +0200

    OPENJPA-2871 update to xbean-4.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91907cc..9bee3f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <javadoc.additionalparam />
         <maven.surefire.version>3.0.0-M4</maven.surefire.version>
 
-        <xbean.version>4.18</xbean.version>
+        <xbean.version>4.20</xbean.version>
         <bval.version>1.1.2</bval.version>
         <log4j2.version>2.14.1</log4j2.version>
         <ant.version>1.10.9</ant.version>