allwefantasy / ServiceFramework

Java MVC framework, agile, fast, rich domain model, made especially for server side of mobile application (一个敏捷,快速,富领域模型的Java MVC 框架,专为 移动应用后端量身定做)
545 stars 255 forks source link

Bump scala.version from 2.11.8 to 2.13.1 #77

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 4 years ago

Bumps scala.version from 2.11.8 to 2.13.1.

Updates scala-library from 2.11.8 to 2.13.1

Release notes *Sourced from [scala-library's releases](https://github.com/scala/scala/releases).* > Scala 2.13.1 is primarily a bug fix release that fixes several regressions in 2.13.0. > > ### Collection-related regressions > > * Revert `Stream.Cons` to the 2.12 encoding ([#8354](https://github-redirect.dependabot.com/scala/scala/pull/8354)) > * Don't rebuild `scala.Seq` to drop elems in `unapplySeq` ([#8340](https://github-redirect.dependabot.com/scala/scala/pull/8340)) > * Blacken subtrees where necessary in `RedBlackTree.take` ([#8287](https://github-redirect.dependabot.com/scala/scala/pull/8287)) > * `Iterator#flatMap#hasNext` calls `outer#hasNext` 1 time, not 2-3 times ([#8220](https://github-redirect.dependabot.com/scala/scala/pull/8220)) > * `s.c.Map#values` returns a strict `Iterable` rather than a `View` ([#8195](https://github-redirect.dependabot.com/scala/scala/pull/8195)) > * `Vector.from(ArraySeq)` copies elems rather than reusing `unsafeArray` ([#8194](https://github-redirect.dependabot.com/scala/scala/pull/8194)) > * Fix `mutable.HashSet.addAll`: remove redundant call to super method ([#8192](https://github-redirect.dependabot.com/scala/scala/pull/8192)) > * Fix `mutable.ArraySeq.ofChar#addString` ([#8176](https://github-redirect.dependabot.com/scala/scala/pull/8176)) > * Fix `HashMap#mapValuesInPlace` ([#8421](https://github-redirect.dependabot.com/scala/scala/pull/8421)) > > ### Other regressions > > * Avoid spurious "illegal cyclic reference" errors ([#8382](https://github-redirect.dependabot.com/scala/scala/pull/8382)) > * Stabilize args of `apply` ([#8202](https://github-redirect.dependabot.com/scala/scala/pull/8202)) > * Reject incomplete implicit dictionaries ([#8201](https://github-redirect.dependabot.com/scala/scala/pull/8201)) > * Process exit code on script errors ([#8169](https://github-redirect.dependabot.com/scala/scala/pull/8169)) > * Fix type inference involving wildcards ([#8129](https://github-redirect.dependabot.com/scala/scala/pull/8129)) > > ### Other bug fixes and improvements > > * Extend the Gradle / sbt 0.13 leniency to Windows ([#8408](https://github-redirect.dependabot.com/scala/scala/pull/8408)) > * Avoid unnecessary `toSeq` conversions in `Seq` methods ([#8374](https://github-redirect.dependabot.com/scala/scala/pull/8374)) > * Avoid memory leaks in `Stream` methods ([#8367](https://github-redirect.dependabot.com/scala/scala/pull/8367)) > * Precompile -i files for script runner ([#8349](https://github-redirect.dependabot.com/scala/scala/pull/8349)) > * Stop warning on higher-kinded usage without -language:higherKinds ([#8348](https://github-redirect.dependabot.com/scala/scala/pull/8348)) > * Simplify reporters ([#8338](https://github-redirect.dependabot.com/scala/scala/pull/8338)) > * More efficient `ArraySeq` iteration ([#8300](https://github-redirect.dependabot.com/scala/scala/pull/8300)) > * Enable hyperlinking to Java docs ([#8284](https://github-redirect.dependabot.com/scala/scala/pull/8284)) > * Parent `implicitNotFound` message is supplemental ([#8280](https://github-redirect.dependabot.com/scala/scala/pull/8280)) > * Add protected and private visibility filters to scaladoc ([#8183](https://github-redirect.dependabot.com/scala/scala/pull/8183)) > * Fix vulnerability in jQuery used in ScalaDoc ([#8179](https://github-redirect.dependabot.com/scala/scala/pull/8179)) > * Synthesize a PartialFunction from function literal ([#8172](https://github-redirect.dependabot.com/scala/scala/pull/8172)) > * Fix parsing of `try` ([#8071](https://github-redirect.dependabot.com/scala/scala/pull/8071)) > * Support emitting Java 9 bytecode by adding "-target:9" ([#8060](https://github-redirect.dependabot.com/scala/scala/pull/8060)) > * Deprecate `mutable.MultiMap` ([#8005](https://github-redirect.dependabot.com/scala/scala/pull/8005)) > * Add syntactic sugar for `if(_)` ([#7707](https://github-redirect.dependabot.com/scala/scala/pull/7707)) > * A foreign definition induces ambiguity ([#7609](https://github-redirect.dependabot.com/scala/scala/pull/7609)) > > This is not a complete list of changes. For that, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.1) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.1). > > ### Compatibility > > As usual for our minor releases, Scala 2.13.1 is binary-compatible with the whole Scala 2.13 series. > > ## Contributors > > ... (truncated)
Commits - [`3987e83`](https://github.com/scala/scala/commit/3987e83b7cf0af7c8dcb17a08e8a040ccbe9a5e5) Merge pull request [#8422](https://github-redirect.dependabot.com/scala/scala/issues/8422) from lrytz/t11737-dotty - [`ae3c857`](https://github.com/scala/scala/commit/ae3c8579969375f0215b941ca49960ffabc60a26) Avoid dotty compiler crash - [`4b35778`](https://github.com/scala/scala/commit/4b35778543d4775556a13d342728962efd13964a) Merge pull request [#8421](https://github-redirect.dependabot.com/scala/scala/issues/8421) from lrytz/t11737 - [`3e3f22b`](https://github.com/scala/scala/commit/3e3f22b2fc11dbe84de4a7ac0504815202e4cb5c) Don't use iterator to modify the underlying Map in `mapValuesInPlace` - [`a3791d4`](https://github.com/scala/scala/commit/a3791d4d61bd584f27e4dac8765f753a27bb95e0) Merge pull request [#8410](https://github-redirect.dependabot.com/scala/scala/issues/8410) from szeiger/wip/revert-7588 - [`a26c917`](https://github.com/scala/scala/commit/a26c917d6fdb8283ebf47876af3ddb3f56e9e1e4) Revert "VectorBuilder avoids copying data if possible" - [`64a5a5d`](https://github.com/scala/scala/commit/64a5a5d9836e255fcb85d50a4f07835409d85b29) Merge pull request [#8194](https://github-redirect.dependabot.com/scala/scala/issues/8194) from joshlemer/issue/11600 - [`d602ff4`](https://github.com/scala/scala/commit/d602ff4f9991ac02bc74876dabed5aeaff3ade5f) Merge pull request [#7609](https://github-redirect.dependabot.com/scala/scala/issues/7609) from som-snytt/issue/10662 - [`ead235c`](https://github.com/scala/scala/commit/ead235cfe15ee585e80db93160f332993d79b426) Merge pull request [#8408](https://github-redirect.dependabot.com/scala/scala/issues/8408) from eed3si9n/wip/bridge-hack - [`f797de2`](https://github.com/scala/scala/commit/f797de2659ce319f413a8b65085f185a44c187a3) Merge pull request [#8405](https://github-redirect.dependabot.com/scala/scala/issues/8405) from retronym/merge/2.12.x-to-2.13.x-20190909 - Additional commits viewable in [compare view](https://github.com/scala/scala/compare/v2.11.8...v2.13.1)


Updates scala-reflect from 2.11.8 to 2.13.1

Release notes *Sourced from [scala-reflect's releases](https://github.com/scala/scala/releases).* > Scala 2.13.1 is primarily a bug fix release that fixes several regressions in 2.13.0. > > ### Collection-related regressions > > * Revert `Stream.Cons` to the 2.12 encoding ([#8354](https://github-redirect.dependabot.com/scala/scala/pull/8354)) > * Don't rebuild `scala.Seq` to drop elems in `unapplySeq` ([#8340](https://github-redirect.dependabot.com/scala/scala/pull/8340)) > * Blacken subtrees where necessary in `RedBlackTree.take` ([#8287](https://github-redirect.dependabot.com/scala/scala/pull/8287)) > * `Iterator#flatMap#hasNext` calls `outer#hasNext` 1 time, not 2-3 times ([#8220](https://github-redirect.dependabot.com/scala/scala/pull/8220)) > * `s.c.Map#values` returns a strict `Iterable` rather than a `View` ([#8195](https://github-redirect.dependabot.com/scala/scala/pull/8195)) > * `Vector.from(ArraySeq)` copies elems rather than reusing `unsafeArray` ([#8194](https://github-redirect.dependabot.com/scala/scala/pull/8194)) > * Fix `mutable.HashSet.addAll`: remove redundant call to super method ([#8192](https://github-redirect.dependabot.com/scala/scala/pull/8192)) > * Fix `mutable.ArraySeq.ofChar#addString` ([#8176](https://github-redirect.dependabot.com/scala/scala/pull/8176)) > * Fix `HashMap#mapValuesInPlace` ([#8421](https://github-redirect.dependabot.com/scala/scala/pull/8421)) > > ### Other regressions > > * Avoid spurious "illegal cyclic reference" errors ([#8382](https://github-redirect.dependabot.com/scala/scala/pull/8382)) > * Stabilize args of `apply` ([#8202](https://github-redirect.dependabot.com/scala/scala/pull/8202)) > * Reject incomplete implicit dictionaries ([#8201](https://github-redirect.dependabot.com/scala/scala/pull/8201)) > * Process exit code on script errors ([#8169](https://github-redirect.dependabot.com/scala/scala/pull/8169)) > * Fix type inference involving wildcards ([#8129](https://github-redirect.dependabot.com/scala/scala/pull/8129)) > > ### Other bug fixes and improvements > > * Extend the Gradle / sbt 0.13 leniency to Windows ([#8408](https://github-redirect.dependabot.com/scala/scala/pull/8408)) > * Avoid unnecessary `toSeq` conversions in `Seq` methods ([#8374](https://github-redirect.dependabot.com/scala/scala/pull/8374)) > * Avoid memory leaks in `Stream` methods ([#8367](https://github-redirect.dependabot.com/scala/scala/pull/8367)) > * Precompile -i files for script runner ([#8349](https://github-redirect.dependabot.com/scala/scala/pull/8349)) > * Stop warning on higher-kinded usage without -language:higherKinds ([#8348](https://github-redirect.dependabot.com/scala/scala/pull/8348)) > * Simplify reporters ([#8338](https://github-redirect.dependabot.com/scala/scala/pull/8338)) > * More efficient `ArraySeq` iteration ([#8300](https://github-redirect.dependabot.com/scala/scala/pull/8300)) > * Enable hyperlinking to Java docs ([#8284](https://github-redirect.dependabot.com/scala/scala/pull/8284)) > * Parent `implicitNotFound` message is supplemental ([#8280](https://github-redirect.dependabot.com/scala/scala/pull/8280)) > * Add protected and private visibility filters to scaladoc ([#8183](https://github-redirect.dependabot.com/scala/scala/pull/8183)) > * Fix vulnerability in jQuery used in ScalaDoc ([#8179](https://github-redirect.dependabot.com/scala/scala/pull/8179)) > * Synthesize a PartialFunction from function literal ([#8172](https://github-redirect.dependabot.com/scala/scala/pull/8172)) > * Fix parsing of `try` ([#8071](https://github-redirect.dependabot.com/scala/scala/pull/8071)) > * Support emitting Java 9 bytecode by adding "-target:9" ([#8060](https://github-redirect.dependabot.com/scala/scala/pull/8060)) > * Deprecate `mutable.MultiMap` ([#8005](https://github-redirect.dependabot.com/scala/scala/pull/8005)) > * Add syntactic sugar for `if(_)` ([#7707](https://github-redirect.dependabot.com/scala/scala/pull/7707)) > * A foreign definition induces ambiguity ([#7609](https://github-redirect.dependabot.com/scala/scala/pull/7609)) > > This is not a complete list of changes. For that, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.1) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.1). > > ### Compatibility > > As usual for our minor releases, Scala 2.13.1 is binary-compatible with the whole Scala 2.13 series. > > ## Contributors > > ... (truncated)
Commits - [`3987e83`](https://github.com/scala/scala/commit/3987e83b7cf0af7c8dcb17a08e8a040ccbe9a5e5) Merge pull request [#8422](https://github-redirect.dependabot.com/scala/scala/issues/8422) from lrytz/t11737-dotty - [`ae3c857`](https://github.com/scala/scala/commit/ae3c8579969375f0215b941ca49960ffabc60a26) Avoid dotty compiler crash - [`4b35778`](https://github.com/scala/scala/commit/4b35778543d4775556a13d342728962efd13964a) Merge pull request [#8421](https://github-redirect.dependabot.com/scala/scala/issues/8421) from lrytz/t11737 - [`3e3f22b`](https://github.com/scala/scala/commit/3e3f22b2fc11dbe84de4a7ac0504815202e4cb5c) Don't use iterator to modify the underlying Map in `mapValuesInPlace` - [`a3791d4`](https://github.com/scala/scala/commit/a3791d4d61bd584f27e4dac8765f753a27bb95e0) Merge pull request [#8410](https://github-redirect.dependabot.com/scala/scala/issues/8410) from szeiger/wip/revert-7588 - [`a26c917`](https://github.com/scala/scala/commit/a26c917d6fdb8283ebf47876af3ddb3f56e9e1e4) Revert "VectorBuilder avoids copying data if possible" - [`64a5a5d`](https://github.com/scala/scala/commit/64a5a5d9836e255fcb85d50a4f07835409d85b29) Merge pull request [#8194](https://github-redirect.dependabot.com/scala/scala/issues/8194) from joshlemer/issue/11600 - [`d602ff4`](https://github.com/scala/scala/commit/d602ff4f9991ac02bc74876dabed5aeaff3ade5f) Merge pull request [#7609](https://github-redirect.dependabot.com/scala/scala/issues/7609) from som-snytt/issue/10662 - [`ead235c`](https://github.com/scala/scala/commit/ead235cfe15ee585e80db93160f332993d79b426) Merge pull request [#8408](https://github-redirect.dependabot.com/scala/scala/issues/8408) from eed3si9n/wip/bridge-hack - [`f797de2`](https://github.com/scala/scala/commit/f797de2659ce319f413a8b65085f185a44c187a3) Merge pull request [#8405](https://github-redirect.dependabot.com/scala/scala/issues/8405) from retronym/merge/2.12.x-to-2.13.x-20190909 - Additional commits viewable in [compare view](https://github.com/scala/scala/compare/v2.11.8...v2.13.1)


Updates scala-compiler from 2.11.8 to 2.13.1

Release notes *Sourced from [scala-compiler's releases](https://github.com/scala/scala/releases).* > Scala 2.13.1 is primarily a bug fix release that fixes several regressions in 2.13.0. > > ### Collection-related regressions > > * Revert `Stream.Cons` to the 2.12 encoding ([#8354](https://github-redirect.dependabot.com/scala/scala/pull/8354)) > * Don't rebuild `scala.Seq` to drop elems in `unapplySeq` ([#8340](https://github-redirect.dependabot.com/scala/scala/pull/8340)) > * Blacken subtrees where necessary in `RedBlackTree.take` ([#8287](https://github-redirect.dependabot.com/scala/scala/pull/8287)) > * `Iterator#flatMap#hasNext` calls `outer#hasNext` 1 time, not 2-3 times ([#8220](https://github-redirect.dependabot.com/scala/scala/pull/8220)) > * `s.c.Map#values` returns a strict `Iterable` rather than a `View` ([#8195](https://github-redirect.dependabot.com/scala/scala/pull/8195)) > * `Vector.from(ArraySeq)` copies elems rather than reusing `unsafeArray` ([#8194](https://github-redirect.dependabot.com/scala/scala/pull/8194)) > * Fix `mutable.HashSet.addAll`: remove redundant call to super method ([#8192](https://github-redirect.dependabot.com/scala/scala/pull/8192)) > * Fix `mutable.ArraySeq.ofChar#addString` ([#8176](https://github-redirect.dependabot.com/scala/scala/pull/8176)) > * Fix `HashMap#mapValuesInPlace` ([#8421](https://github-redirect.dependabot.com/scala/scala/pull/8421)) > > ### Other regressions > > * Avoid spurious "illegal cyclic reference" errors ([#8382](https://github-redirect.dependabot.com/scala/scala/pull/8382)) > * Stabilize args of `apply` ([#8202](https://github-redirect.dependabot.com/scala/scala/pull/8202)) > * Reject incomplete implicit dictionaries ([#8201](https://github-redirect.dependabot.com/scala/scala/pull/8201)) > * Process exit code on script errors ([#8169](https://github-redirect.dependabot.com/scala/scala/pull/8169)) > * Fix type inference involving wildcards ([#8129](https://github-redirect.dependabot.com/scala/scala/pull/8129)) > > ### Other bug fixes and improvements > > * Extend the Gradle / sbt 0.13 leniency to Windows ([#8408](https://github-redirect.dependabot.com/scala/scala/pull/8408)) > * Avoid unnecessary `toSeq` conversions in `Seq` methods ([#8374](https://github-redirect.dependabot.com/scala/scala/pull/8374)) > * Avoid memory leaks in `Stream` methods ([#8367](https://github-redirect.dependabot.com/scala/scala/pull/8367)) > * Precompile -i files for script runner ([#8349](https://github-redirect.dependabot.com/scala/scala/pull/8349)) > * Stop warning on higher-kinded usage without -language:higherKinds ([#8348](https://github-redirect.dependabot.com/scala/scala/pull/8348)) > * Simplify reporters ([#8338](https://github-redirect.dependabot.com/scala/scala/pull/8338)) > * More efficient `ArraySeq` iteration ([#8300](https://github-redirect.dependabot.com/scala/scala/pull/8300)) > * Enable hyperlinking to Java docs ([#8284](https://github-redirect.dependabot.com/scala/scala/pull/8284)) > * Parent `implicitNotFound` message is supplemental ([#8280](https://github-redirect.dependabot.com/scala/scala/pull/8280)) > * Add protected and private visibility filters to scaladoc ([#8183](https://github-redirect.dependabot.com/scala/scala/pull/8183)) > * Fix vulnerability in jQuery used in ScalaDoc ([#8179](https://github-redirect.dependabot.com/scala/scala/pull/8179)) > * Synthesize a PartialFunction from function literal ([#8172](https://github-redirect.dependabot.com/scala/scala/pull/8172)) > * Fix parsing of `try` ([#8071](https://github-redirect.dependabot.com/scala/scala/pull/8071)) > * Support emitting Java 9 bytecode by adding "-target:9" ([#8060](https://github-redirect.dependabot.com/scala/scala/pull/8060)) > * Deprecate `mutable.MultiMap` ([#8005](https://github-redirect.dependabot.com/scala/scala/pull/8005)) > * Add syntactic sugar for `if(_)` ([#7707](https://github-redirect.dependabot.com/scala/scala/pull/7707)) > * A foreign definition induces ambiguity ([#7609](https://github-redirect.dependabot.com/scala/scala/pull/7609)) > > This is not a complete list of changes. For that, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.1) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.1). > > ### Compatibility > > As usual for our minor releases, Scala 2.13.1 is binary-compatible with the whole Scala 2.13 series. > > ## Contributors > > ... (truncated)
Commits - [`3987e83`](https://github.com/scala/scala/commit/3987e83b7cf0af7c8dcb17a08e8a040ccbe9a5e5) Merge pull request [#8422](https://github-redirect.dependabot.com/scala/scala/issues/8422) from lrytz/t11737-dotty - [`ae3c857`](https://github.com/scala/scala/commit/ae3c8579969375f0215b941ca49960ffabc60a26) Avoid dotty compiler crash - [`4b35778`](https://github.com/scala/scala/commit/4b35778543d4775556a13d342728962efd13964a) Merge pull request [#8421](https://github-redirect.dependabot.com/scala/scala/issues/8421) from lrytz/t11737 - [`3e3f22b`](https://github.com/scala/scala/commit/3e3f22b2fc11dbe84de4a7ac0504815202e4cb5c) Don't use iterator to modify the underlying Map in `mapValuesInPlace` - [`a3791d4`](https://github.com/scala/scala/commit/a3791d4d61bd584f27e4dac8765f753a27bb95e0) Merge pull request [#8410](https://github-redirect.dependabot.com/scala/scala/issues/8410) from szeiger/wip/revert-7588 - [`a26c917`](https://github.com/scala/scala/commit/a26c917d6fdb8283ebf47876af3ddb3f56e9e1e4) Revert "VectorBuilder avoids copying data if possible" - [`64a5a5d`](https://github.com/scala/scala/commit/64a5a5d9836e255fcb85d50a4f07835409d85b29) Merge pull request [#8194](https://github-redirect.dependabot.com/scala/scala/issues/8194) from joshlemer/issue/11600 - [`d602ff4`](https://github.com/scala/scala/commit/d602ff4f9991ac02bc74876dabed5aeaff3ade5f) Merge pull request [#7609](https://github-redirect.dependabot.com/scala/scala/issues/7609) from som-snytt/issue/10662 - [`ead235c`](https://github.com/scala/scala/commit/ead235cfe15ee585e80db93160f332993d79b426) Merge pull request [#8408](https://github-redirect.dependabot.com/scala/scala/issues/8408) from eed3si9n/wip/bridge-hack - [`f797de2`](https://github.com/scala/scala/commit/f797de2659ce319f413a8b65085f185a44c187a3) Merge pull request [#8405](https://github-redirect.dependabot.com/scala/scala/issues/8405) from retronym/merge/2.12.x-to-2.13.x-20190909 - Additional commits viewable in [compare view](https://github.com/scala/scala/compare/v2.11.8...v2.13.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/allwefantasy/ServiceFramework/network/alerts).
dependabot[bot] commented 1 year ago

Superseded by #91.