Re: Getting Started with 5.7.2

2021-10-29 Thread Thiago H. de Paula Figueiredo
On Tue, Aug 31, 2021 at 7:38 AM pico.dev wrote: > Hello, > Hello, everyone! > I created this issue https://issues.apache.org/jira/browse/TAP5-2690 > Update > quickstart to make Spring Boot optional. > I attached a patch in the issue and a summary with the main changes > performed to the quicks

Re: Getting Started with 5.7.2

2021-09-02 Thread Thiago H. de Paula Figueiredo
Awesome! I'll take a look at it next week. On Wed, Sep 1, 2021 at 7:35 AM pico.dev wrote: > Thanks Tim. > > Updated to use Jetty 10 and Java 11. > > El mié, 1 sept 2021 a las 4:07, D Tim Cummings > () > escribió: > > > Thanks pico > > > > I had a quick look and see that you are targeting java 8

Re: Getting Started with 5.7.2

2021-09-01 Thread pico.dev
Thanks Tim. Updated to use Jetty 10 and Java 11. El mié, 1 sept 2021 a las 4:07, D Tim Cummings () escribió: > Thanks pico > > I had a quick look and see that you are targeting java 8 and jetty 9.4. > I think we should be targeting java 11 and jetty 10 at least. The > quickstart helps new users

Re: Getting Started with 5.7.2

2021-08-31 Thread D Tim Cummings
Thanks pico I had a quick look and see that you are targeting java 8 and jetty 9.4. I think we should be targeting java 11 and jetty 10 at least. The quickstart helps new users get familiar with tapestry and old users see what is required to run tapestry on the latest java and jetty. I remember wh

Re: Getting Started with 5.7.2

2021-08-31 Thread pico.dev
Hello, I created this issue https://issues.apache.org/jira/browse/TAP5-2690 Update quickstart to make Spring Boot optional. I attached a patch in the issue and a summary with the main changes performed to the quickstart. Give a look and a test, if something should be changed leave a comment and

Re: Getting Started with 5.7.2

2021-08-26 Thread pico.dev
Hello, Just to say that I will start to work on updating quickstat to make spring boot optional. Give me some days, I will come with a patch. Regards, El mar, 10 ago 2021 a las 23:36, Thiago H. de Paula Figueiredo (< thiag...@gmail.com>) escribió: > On Thu, Aug 5, 2021 at 10:02 PM D Tim Cumming

Re: Getting Started with 5.7.2

2021-08-10 Thread Thiago H. de Paula Figueiredo
On Thu, Aug 5, 2021 at 10:02 PM D Tim Cummings wrote: > Hi Thiago > Hello! > I believe pico.dev is waiting for confirmation that you would like the > quickstart app reverted to jetty. I'm sorry I overlooked this. I prefer Quickstart to be as simple as possible, so I believe Jetty is the way

Re: Getting Started with 5.7.2

2021-08-05 Thread D Tim Cummings
Hi Thiago I believe pico.dev is waiting for confirmation that you would like the quickstart app reverted to jetty. Personally I think it is great there is a quickstart using springboot, but it should be in addition to the quickstart using jetty, not replacing it. Also it should come with instructi

Re: Getting Started with 5.7.2

2021-05-15 Thread D Tim Cummings
Hi pico If you are asking me, I would say Spring Boot should be removed from the quick start archetype. But you are probably asking Thiago. If you are updating the Getting Started page https://tapestry.apache.org/getting-started.html, I notice that the command mvn archetype:generate -DarchetypeC

Re: Getting Started with 5.7.2

2021-05-01 Thread pico.dev
Hi! Sorry for the inconvenience. If Spring Boot is not desired in the app generated by quickstart, I could try to provide a new patch to remove it if you wish, I hope as soon as I can, just confirm me and I start doing the changes. Regards, El vie, 30 abr 2021 a las 22:43, Thiago H. de Paula Fi

Re: Getting Started with 5.7.2

2021-04-30 Thread Thiago H. de Paula Figueiredo
Hello! Thank you very much for spotting and warning us about these issues. You shouldn't need to use Spring Boot. The archetype needs to be fixed. On Sat, Apr 24, 2021 at 9:00 PM D Tim Cummings wrote: > I have tried the instructions at > https://tapestry.apache.org/getting-started.html using T