Migration notes - iDempiere 3.1 (technical)
Keystore moved
As the web server was changed from Tomcat to Jetty, the keystore file was moved from idempiere-server/keystore/myKeystore to idempiere-server/jettyhome/etc/keystore.
Themes
With the upgrade of ZK to version 7, the file org.adempiere.ui.zk/theme/default/css/theme.css.dsp was split into fragments located in the folder org.adempiere.ui.zk/theme/default/css/fragment:
about.css.dspadwindow.css.dspapplication-menu.css.dspborderlayout.css.dspbutton.css.dspdesktop.css.dspfield-editor.css.dspfind-window.css.dspform.css.dspgadget.css.dspgrid.css.dspgroup.css.dsphelp-window.css.dspinfo-window.css.dspinput-element.css.dsplogin.css.dspmenu-tree.css.dspsetup-wizard.css.dsptab.css.dsptab-editor.css.dsptoolbar.css.dsptoolbar-popup.css.dsptree.css.dspwindow.css.dsp
warning
Theme developers must take care to migrate their themes to be compliant with this new schema.
Migration notes for the zk7 branch
See the "Update your development environment (zk7 branch)" wiki page, "Known issues" section, for additional migration notes when updating your development environment.