1. 27 Mar, 2019 5 commits
  2. 26 Mar, 2019 5 commits
  3. 20 Mar, 2019 1 commit
  4. 19 Mar, 2019 3 commits
  5. 28 Oct, 2016 1 commit
    • Stephane Nicoll's avatar
      Fix class name in generated meta-data · 5863e6f7
      Stephane Nicoll authored
      Previously, the algorithm that computes the String representation of a
      class reference and a property type was shared. This lead to generic
      information for group's `type` and `sourceType` property.
      
      This commit separates that logic in two: `getQualifiedName` is now
      responsible to generate a fully qualified class name while the existing
      `getType` is solely responsible to generate a type representation for the
      property. Only the latter has generic information.
      
      Closes gh-7236
      5863e6f7
  6. 12 Oct, 2016 1 commit
  7. 04 Oct, 2016 2 commits
  8. 20 Sep, 2016 5 commits
  9. 19 Sep, 2016 10 commits
  10. 18 Sep, 2016 2 commits
  11. 16 Sep, 2016 5 commits
    • Phillip Webb's avatar
      Don't change ownership of PID_FOLDER · 3b52909f
      Phillip Webb authored
      Update the launch script so that it no longer changes ownership of the
      PID_FOLDER.
      
      Commit b24e736c had changed the chown
      line from:
      	chown "$run_user" "$PID_FOLDER/${identity}"
      to:
      	chown "$run_user" "$PID_FOLDER"
      
      This meant that it was possible for the launch script to change
      ownership of `/var/run` and prevent later processes from writing to
      the folder.
      
      Since PID_FOLDER is created before the chown statement, and that
      the `checkPermissions` function runs to ensure that the PID file can
      be written, it appears that the chown is not even required.
      
      Fixes gh-6532
      3b52909f
    • Phillip Webb's avatar
      Allow HttpPutFormContentFilter to be disabled · b97e0bd4
      Phillip Webb authored
      Add `spring.mvc.formcontent.putfilter.enabled` property to allow the
      HttpPutFormContentFilter to be disabled.
      
      Fixes gh-6519
      b97e0bd4
    • Phillip Webb's avatar
      Fix multi-annotation nested condition logic · a2e4127d
      Phillip Webb authored
      Update `AbstractNestedCondition` to correctly group nested conditions
      on members.
      
      Fixes gh-6672
      a2e4127d
    • Phillip Webb's avatar
      Polish · 3172d434
      Phillip Webb authored
      Closes gh-6835
      3172d434
    • Andy Wilkinson's avatar
      Start building against Spring Framework 4.2.8 snapshots · faab9047
      Andy Wilkinson authored
      See gh-6910
      faab9047