Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Also in the pentaho.xml file are version checker configuration items:

Code Block
  <version-check-config>
  	<!--  defines how often  -->
    <repeat-interval-seconds>86400</repeat-interval-seconds>
    <!--  valid release flags include: Major, Minor, RC, GA, Milestone -->
    <release-flags>Minor, GA</release-flags>
    <!--  set to "true" to disable the version checker -->
    <disable>false</disable>
  </version-check-config>

...

  • setting disable to true causes the version checker system listener to not schedule the quartz job and not execute any updates
  • deleting the VersionCheckSystemListener from the pentaho.xml file causes the system listener to never execute
  • deleting the pentaho-versionchecker.jar from the WEB-INF/lib directory, removes the code that actually executes the version check. The BI platform will continue to execute normally and no errors or warning will be displayed.