Re: Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
Hmm, not sure, this is local, no? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: Close release 3.1.1 on jira

2020-03-17 Thread Maxim Solodovnik
I believe more than one version https://issues.apache.org/jira/projects/OPENJPA?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased should be marked as released On Wed, 18 Mar 2020 at 04:59, Mark Struberg wrote: > > Will do, gimme a day. > > LieGrue, > strub

Re: Snapshot on master?

2020-03-17 Thread Maxim Solodovnik
Maybe this https://coderwall.com/p/wmizjg/set-the-default-branch-in-a-git-repository is a way to go? On Tue, 17 Mar 2020 at 23:24, Romain Manni-Bucau wrote: > > Hmm, used https://gitbox.apache.org/repos/asf/openjpa.git > > Romain Manni-Bucau > @rmannibucau | Bl

Re: Close release 3.1.1 on jira

2020-03-17 Thread Mark Struberg
Will do, gimme a day. LieGrue, strub > Am 17.03.2020 um 17:20 schrieb Maxim Solodovnik : > > Not me :( > > On Tue, 17 Mar 2020 at 23:17, Romain Manni-Bucau > wrote: >> >> Hi all, >> >> Anyone with enough karma to close 3.1.1 on jira? ( >> https://issues.apache.org/jira/projects/OPENJPA/vers

Re: Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
Hmm, used https://gitbox.apache.org/repos/asf/openjpa.git Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Close release 3.1.1 on jira

2020-03-17 Thread Maxim Solodovnik
Not me :( On Tue, 17 Mar 2020 at 23:17, Romain Manni-Bucau wrote: > > Hi all, > > Anyone with enough karma to close 3.1.1 on jira? ( > https://issues.apache.org/jira/projects/OPENJPA/versions/12345232) Was > released on the 14th fev. > > Romain Manni-Bucau > @rmannibucau

Re: Snapshot on master?

2020-03-17 Thread Maxim Solodovnik
Hmm `master` seems to be default at https://github.com/apache/openjpa Maybe we can create INFRA ticket? On Tue, 17 Mar 2020 at 22:58, Romain Manni-Bucau wrote: > > Hmm, do you know how we set default branches @asf? Anything special? > > Romain Manni-Bucau > @rmannibucau

[jira] [Resolved] (OPENJPA-2809) Add openjpa-junit5 helper to enhance entities at test run

2020-03-17 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OPENJPA-2809. - Resolution: Fixed > Add openjpa-junit5 helper to enhance entities at test run >

Close release 3.1.1 on jira

2020-03-17 Thread Romain Manni-Bucau
Hi all, Anyone with enough karma to close 3.1.1 on jira? ( https://issues.apache.org/jira/projects/OPENJPA/versions/12345232) Was released on the 14th fev. Romain Manni-Bucau @rmannibucau | Blog | Old Blog

[jira] [Updated] (OPENJPA-2809) Add openjpa-junit5 helper to enhance entities at test run

2020-03-17 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OPENJPA-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OPENJPA-2809: Fix Version/s: (was: 3.1.1) 3.1.2 > Add openjpa-junit5 hel

[jira] [Created] (OPENJPA-2809) Add openjpa-junit5 helper to enhance entities at test run

2020-03-17 Thread Romain Manni-Bucau (Jira)
Romain Manni-Bucau created OPENJPA-2809: --- Summary: Add openjpa-junit5 helper to enhance entities at test run Key: OPENJPA-2809 URL: https://issues.apache.org/jira/browse/OPENJPA-2809 Project: Ope

Re: Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
Hmm, do you know how we set default branches @asf? Anything special? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Snapshot on master?

2020-03-17 Thread Maxim Solodovnik
+1 :) On Tue, 17 Mar 2020 at 22:38, Romain Manni-Bucau wrote: > > Well, if we want contribution we should enable master to be 1. the default > branch and 2. buildable ;) > > I was trying to add junit5 integration and mvn didn't like missing > snapshots (new computer ;)). > > Romain Manni-Bucau >

Re: Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
Well, if we want contribution we should enable master to be 1. the default branch and 2. buildable ;) I was trying to add junit5 integration and mvn didn't like missing snapshots (new computer ;)). Romain Manni-Bucau @rmannibucau | Blog

Re: Snapshot on master?

2020-03-17 Thread Maxim Solodovnik
I believe SNAPSHOT jars will be replaced with release as soon as jpa jar will be released :) On Tue, 17 Mar 2020 at 22:29, Romain Manni-Bucau wrote: > > Yep, mea culpa, just checked the default branch of our git repo which is > still trunk :( > Guess we just depend on jpa 2.2 api jar on snapshot

Re: Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
Yep, mea culpa, just checked the default branch of our git repo which is still trunk :( Guess we just depend on jpa 2.2 api jar on snapshot which is a passed vote if Mark closes it? Romain Manni-Bucau @rmannibucau | Blog | Old

Re: Snapshot on master?

2020-03-17 Thread Maxim Solodovnik
According to the code https://github.com/apache/openjpa/blob/master/pom.xml#L1705 It is not SNAPSHOT ... On Tue, 17 Mar 2020 at 22:16, Romain Manni-Bucau wrote: > > will do the upgrade if nobody shouts > > Romain Manni-Bucau > @rmannibucau | Blog >

Re: Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
will do the upgrade if nobody shouts Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Snapshot on master?

2020-03-17 Thread Romain Manni-Bucau
Hi all, If I'm not misleading, we still depend on org.apache.commons:commons-collections4:jar:4.3-SNAPSHOT on master/trunk, Should we use another version or should we drop the lib? Romain Manni-Bucau @rmannibucau | Blog | Old