-
Updated
Oct 13, 2020 - Java
java-api
Here are 122 public repositories matching this topic...
The CloudEventBuilder should fail with the proper exception (look at CloudEventRWException#newInvalidExtensionName) if the user is trying to add an extension with a bad name (as specified here https://github.com/cloudevents/spec/blob/master/spec.md#attribute-naming-convention)
-
Updated
Nov 13, 2020 - C
-
Updated
Feb 25, 2018 - Java
-
Updated
Aug 30, 2018 - Java
-
Updated
Nov 5, 2020 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Aug 18, 2020 - Java
-
Updated
Oct 31, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 27, 2020 - Java
-
Updated
Jun 27, 2020 - Java
-
Updated
Feb 18, 2020 - Java
-
Updated
Jul 10, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Jan 5, 2019 - Java
-
Updated
Oct 2, 2020 - Java
-
Updated
Feb 3, 2018 - Java
1- hasOnlyOneElementSatisfying is deprecated, we need to use singleElement()
warning: [deprecation] hasOnlyOneElementSatisfying(Consumer<? super ELEMENT>) in AbstractIterableAssert has been deprecated
.hasOnlyOneElementSatisfying(throwable -> {
^
For example:
assertThat(errorMessages)
.hasSize(1)
.hasOnlyOneElementSat-
Updated
Aug 18, 2020 - Java
-
Updated
Oct 24, 2020 - Java
-
Updated
Aug 5, 2020 - Java
-
Updated
Jul 13, 2020 - Java
-
Updated
Oct 12, 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."


Describe the bug
It currently seems to be impossible to add a new public key to user's account using
GHMyself.POST /user/keysis the relevant GitHub API endpoint.To Reproduce
Read docs on
GHMyselfand observe the method not being presentExpected behavior
`GHMyself::addK