This is an automated email from the ASF dual-hosted git repository.
andysch pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
from 6033632 [maven-release-plugin] prepare for next development iteration
add a9baf0e SLING-12014 - Add additional fields based on the
add a5cde2b SLING-12014 - Fixed missing return values and
add c0914cd SLING-12014 - Added NotNull annotations to parameters
add efc74bf SLING-12014 - Changed the Selected Field to deal
add c28e345 SLING-12014 - Fixed an issue with the assert equals
add 2bdfaea SLING-12014 - Adjusted code to review report
add bcc9056 SLING-12014 - Improve Code Coverage
new bc5a151 Merge pull request #37 from apache/issue/SLING-12014
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 6 +
.../apache/sling/graphql/api/SelectedField.java | 83 +++++++++-
.../org/apache/sling/graphql/api/package-info.java | 2 +-
.../graphql/core/engine/SelectedFieldWrapper.java | 133 ++++++++++++---
.../core/engine/SelectedFieldWrapperTest.java | 182 +++++++++++++++++++++
.../graphql/core/it/GraphQLCoreTestSupport.java | 1 +
6 files changed, 378 insertions(+), 29 deletions(-)
create mode 100644
src/test/java/org/apache/sling/graphql/core/engine/SelectedFieldWrapperTest.java