-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve Java 8 compatibility problem in legacy android version and fi…
…x other major bug regarding to ser-deser of BSON because Android SDK version under 23 doesn't support (or isn't compatible to) Java 8, all the language features of Java 8 are removed (Lambda, Method reference, etc.) there was two major bugs listed below - type resolution of body in Response was misbehaving in handling types other than concrete class (List<>, Primitives...) - there was bug in invoke call proxy in HaRMIClient which causes IllegalArgumentsException - closes #48 : remove Java 8 features - closes #49 : fix call proxy invocation
- Loading branch information
Showing
24 changed files
with
1,330 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.