Re: [VOTE] Apache Cayenne 4.1.RC1 release

2019-10-03 Thread Emerson Castañeda
Never mind, I found the release guide that contains answers for most of my questions https://cayenne.apache.org/dev/release-guide.html On Thu, Oct 3, 2019 at 1:15 PM Emerson Castañeda wrote: > - Build from source > > [INFO] >

Re: [VOTE] Apache Cayenne 4.1.RC1 release

2019-10-03 Thread Emerson Castañeda
- Build from source [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 12:31 min [INFO] Finished at: 2019-10-03T12:24:54-04:00 [INFO] ---

Re: [VOTE] Apache Cayenne 4.1.RC1 release

2019-10-03 Thread John Huss
+1 1) verified checksums 2) verified signatures 3) verified archives are basically identical between platforms 4) RAT indicates no unlicensed files 5) compiled from source 6) unit tests ran successfully 7) Modeler launches on macOS On Thu, Oct 3, 2019 at 9:23 AM Nikita Timofeev wrote: > Hi all,

Re: [VOTE] Apache Cayenne 4.1.RC1 release

2019-10-03 Thread Andrus Adamchik
As someone with a lot of projects depending on SNAPSHOT builds of 4.1.RC1, I am very excited for this to get out. So here is my +1, and my usual checklist: + MD5/SHA512 matches (using cayenne-release-tools script) + Signature checks (using cayenne-release-tools script) + rat passes + builds from

Re: Compilation Issues

2019-10-03 Thread Emerson Castañeda
@Michael -U did not do the trick by itself @Andrus , removing /.m2/repository/com/caucho/hessian manually worked Thanks EmeCas On Thu, Oct 3, 2019 at 8:17 AM Michael Gentry wrote: > Yeah, but if you do a "mvn --help" it says: Forces a check for *missing > releases* and updated snapshots on re

[VOTE] Apache Cayenne 4.1.RC1 release

2019-10-03 Thread Nikita Timofeev
Hi all, Here is the 4.1 release candidate. Release notes: https://github.com/apache/cayenne/blob/4.1.RC1/RELEASE-NOTES.txt Maven repo: https://repository.apache.org/content/repositories/orgapachecayenne-1032/ Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.1.RC1/ Please evaluate an

Re: Compilation Issues

2019-10-03 Thread Michael Gentry
Yeah, but if you do a "mvn --help" it says: Forces a check for *missing releases* and updated snapshots on remote repositories. Which sounds to me like it might do more than snapshots. As I said, I've had mixed success with it. I usually nuke the dependency from orbit and have Maven re-install i

Re: 4.2 modeler change

2019-10-03 Thread Andrus Adamchik
While I like the idea of having something visual and DB-centric that people can use for various purposes, I still can't wrap my head around of how to do modeling away from access to the real DB and my Java projects. To me the main value of the Modeler (since 4.1 anyways) is "cdbimport" and "cgen

Re: Compilation Issues

2019-10-03 Thread Andrus Adamchik
"-U" is only for refreshing SNAPSHOT dependencies. It does not affect how release artifacts are downloaded. Andrus > On Oct 3, 2019, at 1:08 PM, Michael Gentry wrote: > > Could also try giving Maven a -U argument. I've had mixed success with that > working. > > > On Thu, Oct 3, 2019 at 4:09

Re: 4.2 modeler change

2019-10-03 Thread Michael Gentry
Hi Ari, I thought a bit about a web-based version of CM, too. I kind of liked the idea (especially for your point #5 -- a Google Docs type of collaborative editing), but ultimately decided it would introduce security/deployment concerns I'd rather not focus on. I'd be happy to discuss the idea a

Re: Compilation Issues

2019-10-03 Thread Michael Gentry
Could also try giving Maven a -U argument. I've had mixed success with that working. On Thu, Oct 3, 2019 at 4:09 AM Andrus Adamchik wrote: > > was cached in the local repository, resolution will not be reattempted > until the update interval of objectstyle has elapsed or updates are forced. > >

Re: Compilation Issues

2019-10-03 Thread Andrus Adamchik
> was cached in the local repository, resolution will not be reattempted until > the update interval of objectstyle has elapsed or updates are forced. This might be the issue. I suspect the remote repo was down briefly and the failure got cached by Maven. A bit drastic way of solving it is delet