Skip to content
Snippets Groups Projects
  1. Aug 10, 2015
  2. Jun 03, 2015
  3. May 25, 2015
  4. May 18, 2015
  5. Feb 24, 2015
  6. Jan 27, 2015
  7. Aug 21, 2014
  8. Aug 08, 2014
  9. Jun 03, 2014
  10. May 27, 2014
    • Paul-Christian Volkmer's avatar
      Changed configuration to enable XML based responses · 784260a8
      Paul-Christian Volkmer authored
      Having content negotiation with more than just JSON content
      might follow REST principles.
      
      All entities annotated with e.g. @XmlRootElement can be send as XML data.
      This requires client to send Accept header with value "application/json"
      to fetch JSON responses.
      Default Accept header send by client is something like:
      "text/html,application/xhtml+xml,application/xml"
      which requests an XML document, not JSON document but JSON is expected.
      784260a8
  11. May 26, 2014
  12. May 25, 2014
  13. May 23, 2014
    • Paul-Christian Volkmer's avatar
      Include JavaConfig based configuration in spring main configuration · 964c2e43
      Paul-Christian Volkmer authored
      This will allow dynamic configuration depending on property file settings.
      
      Removed connector client bean from XML based configuration and added bean
      creation into JavaBased config class. Bean will be created if there is
      a property "connector.enable" with value "true" otherwise no bean will
      be created wich has the same behavior removing bean definition from XML
      configuration file.
      
      No need to change application config - can be done in property file :-)
      964c2e43
  14. May 21, 2014
  15. May 20, 2014
  16. May 11, 2014
  17. May 05, 2014
  18. Apr 25, 2014
  19. Apr 12, 2014
  20. Apr 11, 2014
  21. Apr 08, 2014
  22. Apr 05, 2014
  23. Apr 04, 2014
  24. Mar 03, 2014
  25. Dec 18, 2013