GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/393

    [FLINK-1417] Automatically register types with Kryo

    This pull request also contains code from old pull requests for FLINK-1391, 
FLINK-1392, FLINK-1395.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmetzger/flink flink1417-final

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/393.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #393
    
----
commit 8dde9d0be9637fb6e9200101f11df56f07d3462c
Author: Robert Metzger <[email protected]>
Date:   2015-01-12T20:11:09Z

    [FLINK-1391] Add support for using Avro-POJOs and Avro types with Kryo
    
    Conflicts:
        
flink-java/src/main/java/org/apache/flink/api/java/typeutils/TypeExtractor.java
        
flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/KryoSerializer.java

commit 75d9e24661b4b7ad774ab4f02d734b925ed26424
Author: Robert Metzger <[email protected]>
Date:   2015-01-13T09:21:29Z

    [FLINK-1392] Add Kryo serializer for Protobuf
    
    Conflicts:
        flink-java/pom.xml
        
flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/KryoSerializer.java

commit c0486f8a9c34b666fbcd05c60b8476eac5234fd3
Author: Aljoscha Krettek <[email protected]>
Date:   2015-01-13T14:23:46Z

    [FLINK-1395] Add support for JodaTime in KryoSerializer
    
    Also fix tests for JodaTime.
    
    Conflicts:
        flink-dist/src/main/flink-bin/LICENSE
        flink-java/pom.xml
        
flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/KryoSerializer.java
        
flink-tests/src/test/scala/org/apache/flink/api/scala/runtime/KryoGenericTypeSerializerTest.scala
        
flink-tests/src/test/scala/org/apache/flink/api/scala/runtime/TupleSerializerTest.scala

commit 423bfce23295a91cf55ca05691551a23a0422ef2
Author: Robert Metzger <[email protected]>
Date:   2015-01-26T16:54:25Z

    [FLINK-1417] Automatically register types with Kryo

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to