-
Updated
Mar 4, 2021 - Java
java-api
Here are 133 public repositories matching this topic...
-
Updated
Feb 4, 2021 - Java
In the spring-reactive example, it shows the data in "structured" format:
curl -v -H'Content-type: application/cloudevents+json' \
-d '{"data": {"value": "Foo"},
"ce-id: 1,
"ce-source": "cloud-event-example"
"ce-type": "my.application.Foo"
"ce-specversion": "1.0"}' \
http://localhost:8080/event
While in the http-protocol-binding spe
HELP WANTED
Help us by suggesting other libraries to consider or making the build and the benchmark.
Currently we use the version 1.2.8 (possibly customized for usage with the tcvm - have yet to check)
The objective is to replace the current implementation with another one with improved performance and COMPATIBLE API.
This library is responsible for the deflate, zlib and gzip a
-
Updated
Aug 30, 2018 - Java
-
Updated
Feb 25, 2018 - Java
-
Updated
Jan 1, 2021 - Java
-
Updated
Feb 7, 2021 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Mar 17, 2021 - Java
-
Updated
Mar 13, 2021 - Java
-
Updated
Feb 18, 2020 - Java
-
Updated
Nov 17, 2020 - Java
-
Updated
Mar 4, 2021 - Java
-
Updated
Oct 2, 2020 - Java
-
Updated
Jun 27, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Jan 5, 2019 - Java
-
Updated
Mar 9, 2021 - Java
-
Updated
Feb 3, 2018 - Java
-
Updated
Jan 7, 2021 - Java
-
Updated
Jan 13, 2021 - Java
-
Updated
Mar 4, 2021 - Java
-
Updated
Mar 13, 2021 - 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."


In #1049, @gsmet mentioned that on
GHIssue,addLabels()andremoveLabels()are using the wrong endpoint. They should be using this one with eitherPOSTorDELETEmethod. As a further point, those endpoints return the resulting list of labels, but the methods returnvoid.The may be doable using bridge me