This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new d1ef584d7 prefix Akka HTTP versions (#342) (#343)
d1ef584d7 is described below
commit d1ef584d7f5a4bbce9892214bb3132067f7d70e2
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Oct 24 21:48:37 2023 +0100
prefix Akka HTTP versions (#342) (#343)
* prefix Akka HTTP versions
* javafmt
---
docs/src/main/paradox/.htaccess | 2 +-
.../java/org/apache/pekko/http/javadsl/model/headers/HttpCookie.java | 4 ++--
.../apache/pekko/http/scaladsl/settings/ConnectionPoolSettings.scala | 2 +-
project/Doc.scala | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/src/main/paradox/.htaccess b/docs/src/main/paradox/.htaccess
index fcc7f4dfc..2d3e973b4 100644
--- a/docs/src/main/paradox/.htaccess
+++ b/docs/src/main/paradox/.htaccess
@@ -1,4 +1,4 @@
-# Since 10.0.9
+# Since Akka HTTP 10.0.9
RedirectMatch 301 ^(.*)/common/de-coding.html$ $1/common/encoding.html
RedirectMatch 301 ^(.*)/low-level-server-side-api.html$
$1/server-side/low-level-api.html
RedirectMatch 301 ^(.*)/server-side-https-support.html$
$1/server-side/https-support.html
diff --git
a/http-core/src/main/java/org/apache/pekko/http/javadsl/model/headers/HttpCookie.java
b/http-core/src/main/java/org/apache/pekko/http/javadsl/model/headers/HttpCookie.java
index c8a9970b2..e79eb585e 100644
---
a/http-core/src/main/java/org/apache/pekko/http/javadsl/model/headers/HttpCookie.java
+++
b/http-core/src/main/java/org/apache/pekko/http/javadsl/model/headers/HttpCookie.java
@@ -75,8 +75,8 @@ public abstract class HttpCookie {
}
/**
- * @deprecated Since 10.2.0. Use {@link #create(String, String, Optional,
OptionalLong, Optional,
- * Optional, boolean, boolean, Optional, Optional)} instead.
+ * @deprecated Since Akka HTTP 10.2.0. Use {@link #create(String, String,
Optional, OptionalLong,
+ * Optional, Optional, boolean, boolean, Optional, Optional)} instead.
*/
@SuppressWarnings("unchecked")
public static HttpCookie create(
diff --git
a/http-core/src/main/scala/org/apache/pekko/http/scaladsl/settings/ConnectionPoolSettings.scala
b/http-core/src/main/scala/org/apache/pekko/http/scaladsl/settings/ConnectionPoolSettings.scala
index 02e23f4a3..772d43df8 100644
---
a/http-core/src/main/scala/org/apache/pekko/http/scaladsl/settings/ConnectionPoolSettings.scala
+++
b/http-core/src/main/scala/org/apache/pekko/http/scaladsl/settings/ConnectionPoolSettings.scala
@@ -99,7 +99,7 @@ abstract class ConnectionPoolSettings extends
js.ConnectionPoolSettings { self:
self.copyDeep(_.withResponseEntitySubscriptionTimeout(newValue),
responseEntitySubscriptionTimeout = newValue)
/**
- * Since 10.1.0, the transport is configured in
[[ClientConnectionSettings]]. This method is a shortcut for
+ * Since Akka HTTP 10.1.0, the transport is configured in
[[ClientConnectionSettings]]. This method is a shortcut for
* `withUpdatedConnectionSettings(_.withTransport(newTransport))`.
*/
def withTransport(newValue: ClientTransport): ConnectionPoolSettings =
diff --git a/project/Doc.scala b/project/Doc.scala
index f4d4bede7..6dd58c462 100644
--- a/project/Doc.scala
+++ b/project/Doc.scala
@@ -155,7 +155,7 @@ object UnidocRoot extends AutoPlugin {
if (isJdk8) Seq("-Xdoclint:none")
else Seq("-Xdoclint:none", "--ignore-source-errors")),
// genjavadoc needs to generate synthetic methods since the java code uses
them
- // fails since 10.0.11 disabled to get the doc gen to pass, see #1584
+ // fails since Akka HTTP 10.0.11 disabled to get the doc gen to pass, see
#1584
// scalacOptions += "-P:genjavadoc:suppressSynthetic=false",
// FIXME: see https://github.com/akka/akka-http/issues/230
JavaUnidoc / unidoc / sources ~= (_.filterNot(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]