This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a change to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
omit 430b228e4 fix users mailing list link
add b815b4eaa Add TODO note for Scala 3 workaround
add 5496b3680 Add Scala3 support for Geode
add d0299dc15 fix users mailing list link
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (430b228e4)
\
N -- N -- N refs/heads/pjfanning-patch-1 (d0299dc15)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
build.sbt | 2 +
docs/src/main/paradox/geode.md | 4 +-
.../connectors/geode/impl/pdx/ObjectDecoder.scala | 44 +++++++++++++++
.../connectors/geode/impl/pdx/ObjectEncoder.scala | 40 ++++++++++++++
.../geode/impl/pdx/LabelledGenericGeneric.scala | 64 ++++++++++++++++++++++
.../connectors/geode/impl/pdx/ObjectDecoder.scala | 49 +++++++++++++++++
.../connectors/geode/impl/pdx/ObjectEncoder.scala | 44 +++++++++++++++
.../connectors/geode/impl/pdx/PdxDecoder.scala | 32 +----------
.../connectors/geode/impl/pdx/PdxEncoder.scala | 30 +---------
.../connectors/geode/impl/pdx/PdxWriterMock.scala | 2 +-
project/Dependencies.scala | 12 ++--
.../pekko/stream/connectors/s3/impl/S3Stream.scala | 1 +
12 files changed, 261 insertions(+), 63 deletions(-)
create mode 100644
geode/src/main/scala-2/org/apache/pekko/stream/connectors/geode/impl/pdx/ObjectDecoder.scala
create mode 100644
geode/src/main/scala-2/org/apache/pekko/stream/connectors/geode/impl/pdx/ObjectEncoder.scala
create mode 100644
geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/LabelledGenericGeneric.scala
create mode 100644
geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/ObjectDecoder.scala
create mode 100644
geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/ObjectEncoder.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]