1. 15 Aug, 2018 5 commits
    • Johnny Lim's avatar
      Polish · d5eaaf6e
      Johnny Lim authored
      Closes gh-14049
      d5eaaf6e
    • Stephane Nicoll's avatar
      Merge branch '2.0.x' · d0f27296
      Stephane Nicoll authored
      d0f27296
    • Stephane Nicoll's avatar
      Merge pull request #14049 from izeye:polish-20180813 · df779b4e
      Stephane Nicoll authored
      * pr/14049:
        Polish
      df779b4e
    • Johnny Lim's avatar
      Polish · b4abccc0
      Johnny Lim authored
      See gh-14049
      b4abccc0
    • Andy Wilkinson's avatar
      Avoid Atmosphere using a null URL to create a URLClassLoader · e0d67ae7
      Andy Wilkinson authored
      Unlike Java 8, 9, and 10, Java 11 does not tolerate a null URL being
      used to create a URLClassLoader. The Atmosphere sample looks for
      a resource named /WEB-INF/classes which only exists in a packaged
      war application. In all other cases the resulting URL is null.
      Atmosphere uses this to create a URLClassLoader which fails on Java
      11.
      
      This commit updates the sample to customize the handlers path. There
      are other web application-specific assumptions in Atmosphere, such as
      the scanning of WEB-INF/lib by default. This change appears to get
      the sample going, but we should, perhaps, consider removing it in the
      longer term, particularly as Boot itself has no Atmosphere
      integration.
      
      See gh-14028
      e0d67ae7
  2. 14 Aug, 2018 13 commits
  3. 13 Aug, 2018 22 commits