Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-647: Dependency Updates and Line Comment Removal in config.json #648

Merged
merged 4 commits into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/exchange-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- v2.87

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -24,10 +25,10 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
with:
java-version: adopt@1.11
java-version: openjdk@1.17

- name: Create Docker Env
run: |
Expand Down
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,32 @@ Now you can disable root by setting `api.root.enabled` to `false` in `/etc/horiz
- detect if a pattern is updated with service that has userInput w/o default values, and give warning
- Consider changing all creates to POST, and update (via put/patch) return codes to 200

## Changes in 2.87.4
- Dependency Updates.
- sbt 1.6.1 -> 1.7.1
- akka 2.6.14 -> 2.6.16
- config 1.4.0 -> 1.4.2
- jakarta.ws.rs-api 2.1.1 -> 3.1.0
- json4s-native 4.0.5 -> 4.0.6
- json4s-jackson 4.0.5 -> 4.0.6
- junit 4.13.1 -> 4.13.2
- jwt-core 4.3.0 -> 5.0.0
- postgresql 42.3.4 -> 42.5.0
- scalacheck 1.15.0-M1 -> 1.17.0
- slick-pg_json4s 0.20.3 -> 0.20.4
- swagger-akka-http 2.5.2 -> 2.6.0
- swagger-core-jakarta 2.1.5 -> 2.1.12
- swagger-jaxrs2-jakarta 2.1.5 -> 2.1.12
- swagger-scala-module 1.0.6 -> 2.5.0
- swagger-ui 4.10.3 -> 4.15.0
- sbt-scoverage 1.6.1 -> 2.0.6
- sbt-native-packager 1.8.1 -> 1.9.11
- javax.ws.rs-api support removed.
- jakarta.ws.rs-api support added.
- RHEL UBI 9-minimal support added.
- Java 17 support added.
- Issue 467: Removed line comments from `src/main/resources/config.json`

## Changes in 2.87.3
- Fixes org.scoverage dependency issues

Expand Down
260 changes: 131 additions & 129 deletions build.sbt

Large diffs are not rendered by default.

Loading