-
Updated
Jun 15, 2020 - Java
java-api
Here are 112 public repositories matching this topic...
Currently there is no way to update the pull request with the latest upstream changes, when using the library. Github has provided a REST endpoint for it - https://developer.github.com/v3/pulls/#update-a-pull-request-branch
It will be good use case to add to the library.
The current implementation of slice md5 validation proceeds in two steps; it first tries to validate the md5 for the entire slice span. If that fails, it falls back to checking the md5 for a smaller span ([terminating one base earlier](https://github.com/
Extend sdk-java ti support integration with apache pulsar (https://pulsar.apache.org)
-
Updated
Aug 30, 2018 - Java
-
Updated
Feb 25, 2018 - Java
-
Updated
Feb 16, 2020 - Java
Potential users are confused about how Euphoria compares to Apache Beam and what its feature set is. Please create a page in the wiki describing the set of supported features (maybe along the lines of https://beam.apache.org/documentation/runners/capability-matrix/) and the set of feature not supported compared to Beam.
Contributes to #21.
-
Updated
Jun 23, 2020 - Java
-
Updated
Aug 12, 2019 - Java
-
Updated
Jan 24, 2020 - Java
-
Updated
Jun 15, 2020 - Java
-
Updated
Mar 24, 2020 - Java
-
Updated
Jan 27, 2020 - Java
-
Updated
Jan 5, 2019 - Java
Description
The parameters "newProductVariant" and "oldProductVariant" should be renamed to "sourceProductVariant" and "targetProductVariant ". So it`s much more straight foreward to old and New.
But now this (old and new) is used as a convention across the whole library and is not so easy to do without wasting some time.
-
Updated
Feb 3, 2018 - Java
-
Updated
Jun 23, 2020 - Java
-
Updated
Nov 27, 2019 - Java
-
Updated
Feb 18, 2020 - Java
-
Updated
Nov 17, 2019 - Java
-
Updated
Jun 19, 2020 - Java
-
Updated
May 9, 2020 - Java
-
Updated
Apr 8, 2018 - Java
-
Updated
Jul 13, 2019 - Java
-
Updated
Apr 24, 2020 - Java
Improve this page
Add a description, image, and links to the java-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-api topic, visit your repo's landing page and select "manage topics."


A common mistake is trying to use the
_includesearch parameter on a read. I'd like to help people realize their mistake by specifically raising a helpful error when this happens.This could probably be done right inside ReadMethodBinding.
Might be worth looking at the FHIR Search page to identify any other candidates (revinclude, count, maybe others?)