1. 02 Jun, 2021 8 commits
    • Scott Frederick's avatar
      Write buildpack directories to builder layer · f560e86f
      Scott Frederick authored
      When a custom buildpack is provided for image building, the contents
      of the buildpack directory, tgz file, or image are copied as tar
      entries to a new layer in the ephemeral builder image. Prior to this
      commit, only file entries from the buildpack source were copied as
      builder layer tar entries; intermediate directory entries from the
      source were not copied. This results in directories being created in
      the builder container using default permissions. This worked on most
      Linux-like OSs where the default permissions allow others-read
      access. On some OSs like Arch Linux where the default directory
      permissions do not allow others-read, this prevented the lifecycle
      processes from reading the buildpack files.
      
      This commit explicitly creates all intermediate directory tar entries
      in the builder image layer to ensure that the buildpack directories
      and files can be read by the lifecycle processes.
      
      Fixes gh-26658
      f560e86f
    • Madhura Bhave's avatar
      Merge branch '2.4.x' into main · e2cba40d
      Madhura Bhave authored
      Closes gh-26739
      e2cba40d
    • Madhura Bhave's avatar
      Merge branch '2.3.x' into 2.4.x · b102fdd3
      Madhura Bhave authored
      Closes gh-26738
      b102fdd3
    • Madhura Bhave's avatar
      Align int and long in RandomValuePropertySource · 15324956
      Madhura Bhave authored
      This commit aligns int and long so that a random number is generated
      by delegating to ints/longs in the JDK's Random API. In the case of a
      single bound value, it needs to be greater than 0 because 0 is used as
      the lower bound.
      
      Fixes gh-26628
      15324956
    • Stephane Nicoll's avatar
      Polish · e9ed92a3
      Stephane Nicoll authored
      e9ed92a3
    • Stephane Nicoll's avatar
      Merge branch '2.4.x' · 1f95989e
      Stephane Nicoll authored
      Closes gh-26735
      1f95989e
    • Stephane Nicoll's avatar
      Merge branch '2.3.x' into 2.4.x · 363c43e3
      Stephane Nicoll authored
      Closes gh-26734
      363c43e3
    • Stephane Nicoll's avatar
      Clarify when a connection pool is created for Redis · 3f23b926
      Stephane Nicoll authored
      Closes gh-26733
      3f23b926
  2. 01 Jun, 2021 4 commits
  3. 31 May, 2021 4 commits
  4. 28 May, 2021 10 commits
  5. 27 May, 2021 10 commits
  6. 26 May, 2021 4 commits