You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bu...@apache.org on 2021/01/28 23:54:55 UTC

[geode] branch develop updated (010065e -> 1547f5f)

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

burcham pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 010065e  GEODE-8870: Removes GFE_6622.
     add 1547f5f  GEODE-8882: Enable JetBrains NotNull Annotation (#5967)

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/expected-pom.xml            |  6 ++
 .../gradle/plugins/DependencyConstraints.groovy    |  5 ++
 geode-common/build.gradle                          |  1 -
 geode-core/build.gradle                            |  2 +
 .../cache/tier/sockets/SocketMessageWriter.java    | 64 ++++++++++++----------
 .../tier/sockets/SocketMessageWriterTest.java}     | 16 ++++--
 6 files changed, 58 insertions(+), 36 deletions(-)
 copy geode-core/src/{main/java/org/apache/geode/internal/cache/tier/sockets/MessageTooLargeException.java => test/java/org/apache/geode/internal/cache/tier/sockets/SocketMessageWriterTest.java} (64%)
 mode change 100755 => 100644