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

Tech refresh to Scala 2.13 #737

Closed
akara opened this issue Jan 10, 2021 · 0 comments
Closed

Tech refresh to Scala 2.13 #737

akara opened this issue Jan 10, 2021 · 0 comments
Assignees
Milestone

Comments

@akara
Copy link
Contributor

akara commented Jan 10, 2021

This includes updating dependent libraries to the latest, but DOES NOT include updating to Akka 2.6. That would have to be taken up as a separate task.

@akara akara self-assigned this Jan 10, 2021
akara added a commit that referenced this issue Jan 12, 2021
* Replace TimeUnit and timeout with `java.time.Duration`

* Bump akka version

* Replace `scala.concurrent.duration.FiniteDuration` with `java.time.Duration` for Java API at Timeout related classes

* Fix unit testing

* Optimize imports

* Same as original TimeUnit

* Add comments

* Fix TimeUnit mismatch

* FQCN instead of import rename

* Use second unit

* Replace to new API with `java.time.Duration`

* Change to `java.time.duration` at java documentation source code

* Fixed compilation issue in Scala 2.11

* Fixing Scala 2.11 compilation.

* Standardized duration conversion and always make it coarsest possible.

* Added support for Scala 2.13

* #737: Added support for Scala 2.13

* #737: Ironed out warnings from squbs-pattern

* #737: Ironed out warnings from squbs-unicomplex and all modules alphabetically before this.

* #737: Ironed out warnings all packages as far as feasible.

* #737: Converted to new collection converter.

* #737: Fixed reporting error.

* #737: Use scoverage version supporting Scala 2.13

* #737: Fixed certain test failures.

* #737: Fixed Unicomplex test failures.

Co-authored-by: Jimin Hsieh <jimin.hsieh.engineer@gmail.com>
@akara akara added this to the 0.14.0 milestone Jan 23, 2021
@akara akara closed this as completed Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant