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

Remove joda and switch to use java.time (requires java 8) #620

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robneild
Copy link

@robneild robneild commented Jun 7, 2017

No description provided.

@robneild
Copy link
Author

robneild commented Jun 7, 2017

Obviously a bit contentious. Also, I'm not 100% sure about some of the time zone stuff. Anyway here is the code if anyone wants it

@codecov-io
Copy link

Codecov Report

Merging #620 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #620      +/-   ##
============================================
+ Coverage     10.43%   10.49%   +0.05%     
- Complexity        0      472     +472     
============================================
  Files           550      550              
  Lines         20436    20446      +10     
  Branches       2626     2018     -608     
============================================
+ Hits           2132     2145      +13     
+ Misses        18151    18148       -3     
  Partials        153      153
Impacted Files Coverage Δ Complexity Δ
...t/exchange/webservices/data/core/EwsUtilities.java 19.57% <100%> (ø) 33 <0> (+33) ⬆️
.../exchange/webservices/data/util/DateTimeUtils.java 100% <100%> (ø) 13 <0> (+13) ⬆️
...nge/webservices/data/core/EwsX509TrustManager.java 42.1% <0%> (-2.9%) 1% <0%> (+1%)
...rvices/data/core/request/HttpClientWebRequest.java 0% <0%> (ø) 0% <0%> (ø) ⬇️
...ft/exchange/webservices/data/core/PropertySet.java 0% <0%> (ø) 0% <0%> (ø) ⬇️
...core/response/ExecuteDiagnosticMethodResponse.java 0% <0%> (ø) 0% <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 0e1ba52...a67f832. Read the comment docs.

MikheevEvgeny added a commit to MikheevEvgeny/ews-java-api that referenced this pull request Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants