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

bump: Scala 2.13.10 and 2.12.17; Javadoc links #2925

Merged
merged 12 commits into from
Oct 14, 2022

Conversation

ennru
Copy link
Member

@ennru ennru commented Oct 13, 2022

...and remove some link checking left-overs.

@probot-autolabeler probot-autolabeler bot added the dependency-change For PRs changing the version of a dependency. label Oct 13, 2022
@ennru
Copy link
Member Author

ennru commented Oct 13, 2022

Scala introduced more warnings which now make the build fail.

@@ -552,7 +552,7 @@ trait S3IntegrationSpec
_ <- akka.pattern.after(25.seconds)(Future {
sharedKillSwitch.abort(AbortException)
})
_ <- multiPartUpload.recover {
_ <- multiPartUpload.recover[Any] {
Copy link
Member

@He-Pin He-Pin Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

val defaultScalaOptions = "-Wconf:cat=unused-nowarn:s,cat=lint-infer-any:s,any:e"

is used in Akka akka/akka#31648

@@ -89,7 +89,7 @@ class AmqpGraphStageLogicConnectionShutdownSpec

Future
.traverse(input)(in => Source.single(ByteString(in)).runWith(amqpSink))
.recover {
.recover[Object] {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AnyRef

@@ -61,7 +61,7 @@ class InfluxDbSourceSpec
val query = new Query("SELECT man() FROM invalid", DatabaseName);

val result = InfluxDbSource(influxDB, query) //.runWith(Sink.seq)
.recover {
.recover[Object] {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AnyRef in several places

"http://www.scala-lang.org/api/2.13.8/scala/concurrent/Future.html"
"http://www.scala-lang.org/api/2.13.8/scala/util/Try.html"
"http://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html"
"http://www.scala-lang.org/api/2.13.10/scala/util/Try.html"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadly not. The generated links contain the exact version.

@ennru
Copy link
Member Author

ennru commented Oct 14, 2022

I updated the mocks in Google Pub/Sub so they don't always fail.

Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ennru ennru changed the title bump: Scala 2.13.10 bump: Scala 2.13.10 and 2.12.17; Javadoc links Oct 14, 2022
@ennru ennru merged commit 4430d81 into akka:master Oct 14, 2022
@ennru ennru deleted the ennru-scala-2.13.10 branch October 14, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants