Re: SelectQuery deprecation

2022-07-04 Thread Andrus Adamchik
Hi Tore, Yeah, that's a big one to change. There's no script that I am aware of, and writing a generic one would probably require to work with the Java syntax AST. SelectQuery uses "Java Bean" style with "void" return type of most methods, while ObjectSelect returns "this" (so it can be changed

SelectQuery deprecation

2022-07-04 Thread Tore Halset
Hello. I see that SelectQuery are deprecated and will be removed. I have searched the mail archive and found the deprecation thread from 2019. Have you moved away from it in a script based manner or have you re-written all the queries by hand? We have a lot of them. This is in our biggest proje

Re: Jetty container not starting

2022-07-04 Thread Andrus Adamchik
Hi Ali, Thanks for sharing what you do with Cayenne. Yes, a pull request on GitHub would be appreciated. Thanks, Andrus > On Jul 4, 2022, at 1:25 PM, Ali Baharev wrote: > > Dear Andrus, > >> I think that we simply need to >> remove the "Converting to Web Application" section, which is indeed

Re: Jetty container not starting

2022-07-04 Thread Ali Baharev
Dear Andrus, > I think that we simply need to > remove the "Converting to Web Application" section, which is indeed dated. Please don't! I am teaching Java for absolute beginners, and Apache Cayenne and this tutorial is exactly what I have been looking for. I think just pinning down the version

Re: Jetty container not starting

2022-07-04 Thread Andrus Adamchik
Glad that you were able to find the solution. Honestly, there's so many flavors of environments these days, that I think that we simply need to remove the "Converting to Web Application" section, which is indeed dated. Andrus > On Jul 4, 2022, at 9:57 AM, Ali Baharev wrote: > > Adding: > >

Re: Jetty container not starting

2022-07-04 Thread Ali Baharev
Adding: war and org.eclipse.jetty jetty-maven-plugin 9.4.25.v20191220 war seems to solve the problem. I seriously think that the Getting Started Guide should be updated on the web