This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ef0e84  remove reference to Lightbend and Lagom (#86)
6ef0e84 is described below

commit 6ef0e848c0851ef17f1d16e3373c9e5fc98855bd
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 9 09:55:29 2023 +0100

    remove reference to Lightbend and Lagom (#86)
---
 docs/src/main/paradox/slick.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/src/main/paradox/slick.md b/docs/src/main/paradox/slick.md
index 65ce2eb..db9d6c1 100644
--- a/docs/src/main/paradox/slick.md
+++ b/docs/src/main/paradox/slick.md
@@ -6,10 +6,7 @@ The @apidoc[SlickProjection$] has support for storing the 
offset in a relational
 used with Scala.
 
 @@@ warning
-The Slick module in Apache Pekko Projections is 
[community-driven](https://developer.lightbend.com/docs/introduction/getting-help/support-terminology.html#community-driven)
-and not included in Lightbend support.
-Prefer using the @ref[JDBC module](jdbc.md) to implement your projection 
handler. Slick support in Apache Pekko Projections is meant for users 
-migrating from [`Lagom's Slick 
ReadSideProcessor`](https://www.lagomframework.com/documentation/1.6.x/scala/ReadSideSlick.html).
+Use the @ref[JDBC module](jdbc.md) to implement your projection handler. This 
module is deprecated.
 @@@
 
 The source of the envelopes can be @ref:[events from Apache Pekko 
Persistence](eventsourced.md) or any other `SourceProvider`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to