Skip to content
Snippets Groups Projects
  1. Jun 15, 2015
  2. Jun 14, 2015
  3. Jun 11, 2015
  4. Jun 09, 2015
  5. May 29, 2015
  6. May 20, 2015
  7. May 12, 2015
  8. May 09, 2015
  9. Apr 23, 2015
  10. Apr 14, 2015
  11. Apr 01, 2015
  12. Jan 21, 2015
  13. Jan 20, 2015
  14. Jan 16, 2015
  15. Dec 05, 2014
    • michaelisvy's avatar
      workaround because there seems to be a conflict · 7080682d
      michaelisvy authored
      There seems to be a conflict between the following:
      
      1) New MVC namespace syntax:
      <mvc:content-negotiation use-not-acceptable="true">
      	    	<mvc:default-views>
      	      		<bean class="org.springframework.web.servlet.view.JstlView">
      	      			<property name="url" value="" />
      	      		</bean>
      	    	</mvc:default-views>
      	  	</mvc:content-negotiation>
      
      2) Inside my Unit test:
      ResultActions actions =
      this.mockMvc.perform(get("/vets.xml").accept(MediaType.TEXT_XML));
              actions.andDo(print()); // action is logged into the console
      
              actions.andExpect(status().isOk());
      7080682d
  16. Nov 28, 2014
  17. Oct 18, 2014
  18. Jul 08, 2014
  19. May 31, 2014
    • Thibault Duchateau's avatar
      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
  20. May 11, 2014
  21. Apr 12, 2014
  22. Mar 23, 2014
  23. Mar 03, 2014
Loading