pekko/akka-distributed-data/src/main
Johannes Rudolph 650068aa45
Convert 2.5.x MiMa excludes to subdirectory style
Using this script:

```sh

set -ex

FILE=$1
DIR=`dirname $FILE`
TMP_FILE=$DIR/_existing.excludes
FINAL_FILE=$DIR/2.5.x.backwards.excludes/_existing.excludes

mv $FILE $TMP_FILE
mkdir $DIR/2.5.x.backwards.excludes
(echo "# This file contains all excludes added before changing to the subdirectory style" && cat $TMP_FILE) > $FINAL_FILE
rm $TMP_FILE
git add $FINAL_FILE
```
2019-10-01 13:59:56 +02:00
..
java/akka/cluster/ddata/protobuf/msg Use protobuf3 for internal serialization (#27366) 2019-08-15 17:43:19 +02:00
mima-filters Convert 2.5.x MiMa excludes to subdirectory style 2019-10-01 13:59:56 +02:00
protobuf Use protobuf3 for internal serialization (#27366) 2019-08-15 17:43:19 +02:00
resources reduce message sizes for Gossip and DeltaPropagation in ddata, #27175 (#27176) 2019-07-16 14:22:16 +02:00
scala/akka/cluster/ddata API changes related to DataDeleted, #27371 2019-09-10 17:09:04 +02:00