forked from polyvariant/sttp-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebrand to polyvariant (polyvariant#478)
- Loading branch information
Showing
86 changed files
with
402 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-Dfile.encoding=UTF8 | ||
-Xms1G | ||
-Xmx5G | ||
-XX:ReservedCodeCacheSize=500M | ||
-XX:+TieredCompilation | ||
-XX:+UseParallelGC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,27 +2,15 @@ import sbtghactions.UseRef | |
|
||
inThisBuild( | ||
List( | ||
organization := "com.ocadotechnology", | ||
homepage := Some(url("https://github.com/ocadotechnology/sttp-oauth2")), | ||
organization := "com.ocadotechnology", // intentionally left intact just for publishing, will be replaced for 0.19.0 | ||
homepage := Some(url("https://github.com/polyvariant/sttp-oauth2")), | ||
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), | ||
developers := List( | ||
Developer( | ||
"majk-p", | ||
"Michał Pawlik", | ||
"[email protected]", | ||
"[email protected]", | ||
url("https://michalp.net") | ||
), | ||
Developer( | ||
"tplaskowski", | ||
"Tomek Pląskowski", | ||
"[email protected]", | ||
url("https://github.com/tplaskowski") | ||
), | ||
Developer( | ||
"matwojcik", | ||
"Mateusz Wójcik", | ||
"[email protected]", | ||
url("https://github.com/matwojcik") | ||
) | ||
), | ||
versionScheme := Some("early-semver") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...rc/main/scala/com/ocadotechnology/sttp/oauth2/cache/cats/CachingAccessTokenProvider.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...src/main/scala/com/ocadotechnology/sttp/oauth2/cache/cats/CachingTokenIntrospection.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...cats/src/main/scala/com/ocadotechnology/sttp/oauth2/cache/cats/CatsRefExpiringCache.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...a/com/ocadotechnology/sttp/oauth2/cache/cats/CachingAccessTokenProviderParallelSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...est/scala/com/ocadotechnology/sttp/oauth2/cache/cats/CachingAccessTokenProviderSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../src/test/scala/com/ocadotechnology/sttp/oauth2/cache/cats/CatsRefExpiringCacheSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.