zowe / data-sets

Repo for the springboot based data set APIs
Eclipse Public License 2.0
6 stars 5 forks source link

Bump dependency versions #196

Closed CarsonCook closed 3 years ago

CarsonCook commented 3 years ago

Upgrades dependencies. Upgrading Spring caused two significant changes:

  1. Content-Encoding and ETag headers to be incompatible. Implemented X-Return-Etag header that is used to specify an ETag should be returned, otherwise Content-Encoding: gzip is returned, if appropriate to the type of request. This lead to increased compression being enabled by default, rather than requiring a configuration parameter, and improving integration tests to check for ETag and Content-Encoding when appropriate.
  2. A new gradle version, which changed how test coverage had to be reported.

There were also some formatting changes to allow the local ./gradlew build to pass the checkstyle test.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

95.0% 95.0% Coverage
0.0% 0.0% Duplication