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 Figueiredo (<
thiag...@gmail.com>) escribió:

> 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 <t...@triptera.com.au.invalid
> >
> wrote:
>
> > I have tried the instructions at
> > https://tapestry.apache.org/getting-started.html using Tapestry 5.7.2
> > archetype.
> >
> > 1. The code produced by 5.7.2 archetype uses 5.6 packages
> > org.apache.tapestry5.services.Request, RequestFilter, RequestHandler,
> > Response so it won't compile.
> >
> > As there were only four to be fixed I manually changed them in
> > com.example.newapp.services.AppModule.java to
> >
> > import org.apache.tapestry5.http.services.Request;
> > import org.apache.tapestry5.http.services.RequestFilter;
> > import org.apache.tapestry5.http.services.RequestHandler;
> > import org.apache.tapestry5.http.services.Response;
> >
> > 2. Instructions say use 'mvn jetty:run' but there is no jetty plugin
> > defined in the pom so this doesn't work despite the nice screen shot
> > showing it working with 5.7.2.
> >
> > 3. I ran 'mvn spring-boot:run' and this ran successfully. However, one
> > of the reasons I was trying the archetype was because I was getting a
> > lot of duplicate jar warnings in the project I was migrating to 5.7.2.
> > Maybe spring-boot solves this problem by not copying duplicates into its
> > uber jar. Do I need to convert my existing project to include
> > spring-boot for building a war?
> >
> > Thanks
> >
> > Tim
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
> --
> Thiago
>

Reply via email to