Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 7 deprecation #1640

Merged
merged 4 commits into from
Oct 6, 2016
Merged

Java 7 deprecation #1640

merged 4 commits into from
Oct 6, 2016

Conversation

pomadchin
Copy link
Member

@pomadchin pomadchin commented Sep 28, 2016

  • Java 8 support only
  • Removed joda time
  • Removed de.javakaffe
  • Test on Landsat EMR demo

@pomadchin pomadchin changed the title Java 7 deprecation [WIP] Java 7 deprecation Sep 28, 2016
@pomadchin pomadchin changed the title [WIP] Java 7 deprecation Java 7 deprecation Sep 29, 2016
@pomadchin
Copy link
Member Author

pomadchin commented Sep 29, 2016

Still need to double check following serializers usage (from de.javakaffe):

kryo.register( Arrays.asList( "" ).getClass, new ArraysAsListSerializer )       
kryo.register( Collections.EMPTY_LIST.getClass, new CollectionsEmptyListSerializer() )      
kryo.register( Collections.EMPTY_MAP.getClass, new CollectionsEmptyMapSerializer() )        
kryo.register( Collections.EMPTY_SET.getClass, new CollectionsEmptySetSerializer() )        
kryo.register( Collections.singletonList( "" ).getClass, new CollectionsSingletonListSerializer )       
kryo.register( Collections.singleton( "" ).getClass, new CollectionsSingletonSetSerializer )        
kryo.register( Collections.singletonMap( "", "" ).getClass, new CollectionsSingletonMapSerializer )

UnmodifiableCollectionsSerializer.registerSerializers( kryo )       
SynchronizedCollectionsSerializer.registerSerializers( kryo )

@lossyrob
Copy link
Member

lossyrob commented Oct 5, 2016

Is this WIP because of the double checking?

@pomadchin
Copy link
Member Author

@lossyrob can be merged (: I use this branch for other prs locally

@lossyrob lossyrob merged commit 9860220 into locationtech:master Oct 6, 2016
@lossyrob lossyrob added this to the 1.0 milestone Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants