You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "D Tim Cummings (Jira)" <ji...@apache.org> on 2021/09/01 07:15:00 UTC

[jira] [Commented] (TAP5-2690) Update quickstart to make Spring Boot optional

    [ https://issues.apache.org/jira/browse/TAP5-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407900#comment-17407900 ] 

D Tim Cummings commented on TAP5-2690:
--------------------------------------

Thanks for these excellent instructions. I think you left a backslash off the end of the line
{quote}    mvn archetype:generate -B
{quote}
 As I mentioned on the mailing list, I think this quickstart should be for java 11 and jetty 10, not java 8 and jetty 9.

After building the newapp project I noticed that IndexTest.java was in a folder "com.example.tapestry.unit.pages" but the first line was "package com.example.pages". Similarly LoginTest.java and NavigationTest.java were in "com.example.tapestry.integration.pages" but had "package com.example.pages"

> Update quickstart to make Spring Boot optional
> ----------------------------------------------
>
>                 Key: TAP5-2690
>                 URL: https://issues.apache.org/jira/browse/TAP5-2690
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.7.3
>            Reporter: picodotdev
>            Priority: Minor
>         Attachments: TAP5-2690.patch, gradlew-appRun.out, mvn-archetype-generate.out, mvn-jetty-run.out, quickstart-screenshot-no-browser.png, quickstart-screenshot.png, tree.out
>
>
> On the update to quickstart https://issues.apache.org/jira/browse/TAP5-2608 the generated app was updated to use Spring Boot.
> Spring Boot is preferred to be optional, use Jetty or Tomcat as default option.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)