kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

embed .so file in .jar file #175

Closed jenow closed 6 years ago

jenow commented 6 years ago

What does this PR do ?

Embed the .so file inside the .jar file

How should this be manually tested?

cd internal/wrappers
make java
cd build/java/build/libs
jar xf kuzzlesdk-1.0.0.jar

Check if libkuzzle-wrapper-java.so is there

codecov-io commented 6 years ago

Codecov Report

Merging #175 into 1.x will decrease coverage by 1.88%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##              1.x   #175      +/-   ##
========================================
- Coverage   88.89%    87%   -1.89%     
========================================
  Files         244    244              
  Lines        4411   4533     +122     
========================================
+ Hits         3921   3944      +23     
- Misses        458    557      +99     
  Partials       32     32
Impacted Files Coverage Δ
connection/websocket/web_socket.go 10.69% <0%> (+1.77%) :arrow_up:
realtime/join.go 78.37% <0%> (+5.4%) :arrow_up:
realtime/subscribe.go 77.14% <0%> (+5.71%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5abb8f...047d6b0. Read the comment docs.