Re: Release rc2 as Roller v6.1.2

2023-07-29 Thread Greg Huber
OK on the TODO. (Seen this...possibly weblog timestamp not being updated?) +1 (b) On Sat, 29 Jul 2023 at 22:19, Dave wrote: > Yeah, it's a cache issue. I did some experimentation and I found this: > > - Create an entry > - See it on blog page > - Change entry to a draft > - It still appears

Re: Release rc2 as Roller v6.1.2

2023-07-29 Thread Dave
Yeah, it's a cache issue. I did some experimentation and I found this: - Create an entry - See it on blog page - Change entry to a draft - It still appears on blog page - Switch to a different web browser (but do not login to Roller) and see that entry does not appear on blog page - Login with

Re: [VOTE] Release rc2 as Roller v6.1.2

2023-07-29 Thread Michael Bien
+1 (binding) super sorry for the delay Dave.  * tested a fresh blog setup using JDK 17, tomcat 9 + postgresql in containers and everything worked fine (except the cache issue Greg mentioned)  * tested blog upgrade using JDK 20, jetty + hsqldb  * sha256 sigs look good  * lib folder looks good

Release rc2 as Roller v6.1.2

2023-07-29 Thread Michael Bien
Hi Greg, I could reproduce it, this seems to be a cache invalidation issue. the entry will disappear if you clear the cache via the Maintenance UI. Roller has also various cache settings which can be set in roller properties, e.g age based eviction which would further mitigate this. This is