[GitHub] [roller] snoopdave commented on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
snoopdave commented on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527244134 Yes, I think it would be good to get those changes into 5.2.x as well and I'd be willing to help out with another 5.2.x release when we're ready.

[GitHub] [roller] adityasharma7 commented on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
adityasharma7 commented on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527137717 Thanks @snoopdave for the heads up :) I traced back, Js libraries import using webjars dependencies is available in master[1] & roller

[GitHub] [roller] snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527117017 This a a good idea to update jQuery and the right way to do it is by changing the Webjars dependency the Roller app's `pom.xml` file. This is

[GitHub] [roller] snoopdave commented on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
snoopdave commented on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527117017 This a a good idea to update jQuery and the right way to do it is by changing the Webjars dependency the Roller app's pom.xml file. This is what is

[GitHub] [roller] snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527117017 This a a good idea to update jQuery and the right way to do it is by changing the Webjars dependency the Roller app's `pom.xml` file. This is

[GitHub] [roller] snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527117017 This a a good idea to update jQuery and the right way to do it is by changing the Webjars dependency the Roller app's pom.xml file. This is

[GitHub] [roller] snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150

2019-09-02 Thread GitBox
snoopdave edited a comment on issue #37: WIP: Upgrade jQuery to 3.4.1 ROL-2150 URL: https://github.com/apache/roller/pull/37#issuecomment-527117017 This a a good idea to update jQuery and the right way to do it is by changing the Webjars dependency the Roller app's pom.xml file. This is

Re: Build Roller with persisting changes

2019-09-02 Thread Swapnil M Mane
Thanks so much, Dave for sharing insights. Please see my comments inline. On Sun, Sep 1, 2019 at 5:32 PM Dave wrote: > > The problem is that the Maven-Jetty setup uses an in memory database, you > can see it in the jetty.xml file: > jdbc:derby://localhost:4224/memory:rollerdb;create=true