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

Promote driver to build for JDK11 #824

Merged
merged 6 commits into from
Oct 26, 2018
Merged

Conversation

cheenamalhotra
Copy link
Member

  • Promotes driver to build/compile jre11 compatible Jars
  • Drops jre10 support with End of JDK10 support cycle.

Note: Awaiting Appveyor CI to support Java 11 (Issue 2652 tracked for the same)

@codecov-io
Copy link

codecov-io commented Oct 25, 2018

Codecov Report

Merging #824 into dev will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #824      +/-   ##
============================================
- Coverage     48.58%   48.55%   -0.03%     
+ Complexity     2794     2791       -3     
============================================
  Files           116      116              
  Lines         27879    27879              
  Branches       4651     4651              
============================================
- Hits          13545    13538       -7     
- Misses        12124    12130       +6     
- Partials       2210     2211       +1
Flag Coverage Δ Complexity Δ
#JDBC42 48.05% <ø> (+0.05%) 2745 <ø> (-1) ⬇️
#JDBC43 48.49% <ø> (-0.06%) 2791 <ø> (-2)
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 43.76% <0%> (-1.97%) 106% <0%> (-2%)
...om/microsoft/sqlserver/jdbc/SimpleInputStream.java 52.94% <0%> (-1.48%) 11% <0%> (-1%)
...ncurrentlinkedhashmap/ConcurrentLinkedHashMap.java 38.79% <0%> (-0.22%) 43% <0%> (ø)
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 32.69% <0%> (-0.08%) 255% <0%> (-1%)
...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 56.26% <0%> (+0.03%) 0% <0%> (ø) ⬇️
...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 52.58% <0%> (+0.12%) 264% <0%> (+1%) ⬆️
...n/java/com/microsoft/sqlserver/jdbc/Parameter.java 64.32% <0%> (+0.8%) 64% <0%> (ø) ⬇️

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 e521780...3480e47. Read the comment docs.

@cheenamalhotra cheenamalhotra added this to the 7.1.2 milestone Oct 26, 2018
@cheenamalhotra cheenamalhotra merged commit a9bebfa into microsoft:dev Oct 26, 2018
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.

4 participants