Skip to content
Snippets Groups Projects
Forked from Smart / broken-petclinic
Source project has a limited visibility.
  • Thibault Duchateau's avatar
    e99c67a4
    Upgraded Dandelion-Datatables to the latest release (v0.10.0) · e99c67a4
    Thibault Duchateau authored
     * The old datatables-servlet2 dependency has been removed from the pom.xml
     * Some attributes have been renamed (e.g. paginate => pageable)
     * Starting from the v0.10.0, all web components (servlet, filter) must be explicitely declared in the web.xml file. That's why I added the following declaration: DandelionFilter, DandelionServlet and DatatablesFilter
     * Added a new datatables.properties file in order to disable the asset management brought by Dandelion-Core. This is equivalent to the old cdn=true table attribute
    e99c67a4
    History
    Upgraded Dandelion-Datatables to the latest release (v0.10.0)
    Thibault Duchateau authored
     * The old datatables-servlet2 dependency has been removed from the pom.xml
     * Some attributes have been renamed (e.g. paginate => pageable)
     * Starting from the v0.10.0, all web components (servlet, filter) must be explicitely declared in the web.xml file. That's why I added the following declaration: DandelionFilter, DandelionServlet and DatatablesFilter
     * Added a new datatables.properties file in order to disable the asset management brought by Dandelion-Core. This is equivalent to the old cdn=true table attribute