pjfanning commented on code in PR #160:
URL:
https://github.com/apache/incubator-pekko-connectors/pull/160#discussion_r1300692097
##########
docs/src/main/paradox/geode.md:
##########
@@ -69,7 +69,9 @@ Java
: @@snip [snip](/geode/src/test/java/docs/javadsl/PersonPdxSerializer.java)
{ #person-pdx-serializer }
-This Apache Pekko Connectors Geode provides a generic solution for Scala users
based on [Shapeless](https://github.com/milessabin/shapeless) which may
generate serializers for case classes at compile time.
+This Apache Pekko Connectors Geode provides a generic solution for Scala users
based on [Shapeless](https://github.com/milessabin/shapeless) for Scala 2 and
+for Scala 3 using the [inbuilt tuple generic
metaprogramming](https://www.scala-lang.org/2021/02/26/tuples-bring-generic-programming-to-scala-3.html)
Review Comment:
built-in is better than inbuilt
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]