wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

seems like the frankdoc stays on the original version after switching to e new FF version #99

Closed jjansenvr closed 3 months ago

jjansenvr commented 4 months ago

Could be FrankFramework issue but just to be sure

I was using the frank framework ff.7.9.3 , I upgraded to 8.1.0 but my frankdoc is still showing 7.9.3 as a version

reporter: jjansenvr

jacodg commented 4 months ago

Did a smal test with Frank2Example1 in the example folder of the Frank!Runner and indeed when I start 7.9.3 and go to http://localhost/iaf/frankdoc/#/All (from the menu of the console) I see:

image

When I change ff.version to 8.1.0 and go to that page again I still see the same. But when I shift-reload the page I see:

image

Can you try shift-reload as a workaround?

jjansenvr commented 4 months ago

Yes this helps

mhdirkse commented 4 months ago

@jacodg, zou het helpen als we aan de Frank!Doc een kleine backend toevoegen zodat we een Angular servlet kunnen gebruiken, zoals in Ladybug? We packagen de Frank!Doc frontend als .jar en gebruiken het versienummer in de directory structuur. Het Angular servlet in de backend reageert op URLs waar het versienummer niet inzit en redirect naar de juiste file in de frontend jar. Zou dit ervoor zorgen dat de browser geen verouderde cache gebruikt?

jacodg commented 3 months ago

https://github.com/frankframework/frank-doc/pull/191