Skip to content

Latest commit

 

History

History
377 lines (375 loc) · 62 KB

CHANGELOG.md

File metadata and controls

377 lines (375 loc) · 62 KB

Change Log

1.2.12-SNAPSHOT

  • Fix regression when query keys filter is not applied to the fetch query (#515) 2f75f35
  • Update codecov action to v4 (#516) 3d93040
  • Add test coverage for total count edge cases (#509) 9292ac7
  • Skip redundant fetch query for empty query keys results (#508) d57f9f7
  • Add logical NOT support (#492) bf4ab3d
  • chore(deps-dev): Bump io.gatling.highcharts:gatling-charts-highcharts from 3.10.5 to 3.11.5 (#493) 7d0937b
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#460) 21fba89
  • chore(deps): Bump io.gatling:gatling-maven-plugin from 4.8.2 to 4.9.6 (#494) c172d70
  • chore(deps): bump jakarta.interceptor:jakarta.interceptor-api (#472) eda30b1
  • chore(deps): Update dependency versions to align with Spring Boot 3.3.2 managed dependencies (#487) dbbdc10
  • chore(deps-dev): bump io.github.graphql-java:graphql-java-annotations (#486) 405ea8b
  • Extract aggregate query fields for nested associations into dedicated by field (#490) 4c36f74
  • Add aggregate query schema field and type descriptions (#489) 56c5872
  • Add optional feature for aggregate count query support on plural entity object types #488 5ef0f9f
  • revert maven-gpg-plugin version to 3.1.0 3fcb6e3
  • Fix where query criteria with multiple associations joins (#485) 026068d
  • chore(deps): bump spring-boot.version from 3.2.2 to 3.2.3 (#456) 35975f1
  • chore(deps): bump hibernate.version from 6.4.4.Final to 6.4.6.Final (#481) 98257d8
  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin (#478) 54d081f
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#477) 336fa94
  • chore(deps): bump activiti-cloud.version from 8.3.0 to 8.4.0 (#470) 7d952c0
  • chore(deps): bump org.apache.maven.plugins:maven-source-plugin (#469) a934c8c
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#468) 89ec1a4
  • chore(deps-dev): bump io.gatling.highcharts:gatling-charts-highcharts (#465) 5af6265
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#462) 64e722a
  • chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin (#461) 033275f
  • chore(deps): bump com.graphql-java:graphql-java from 21.3 to 21.4 (#463) 8d53368
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#458) 3ed49c6
  • chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin (#459) 890945f
  • chore(deps): bump activiti-cloud.version from 8.2.0 to 8.3.0 (#457) fe61ce9
  • chore(deps-dev): bump io.gatling.highcharts:gatling-charts-highcharts (#455) 0fa1ebb
  • chore(deps): bump hibernate.version from 6.4.3.Final to 6.4.4.Final (#452) 7d4e37c
  • Remove hibernate-core from graphql-jpa-query-dependencies managed dependencies (#454) 196d6c3
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.8.1 to 4.8.2 (#453) 7c4ba52
  • Add setup Maven v3.9.6 action step in the build workflow (#451) c33627b
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.8.0 to 4.8.1 (#449) d43a30f
  • chore(deps): bump joda-time:joda-time from 2.12.6 to 2.12.7 (#448) a5e7b7e
  • chore(deps): bump hibernate.version from 6.4.2.Final to 6.4.3.Final (#447) e77e40b
  • Fix hibernate dependency management (#446) 00985bf
  • chore(deps): bump activiti-cloud.version from 8.1.0 to 8.2.0 (#440) 4b1e7a4
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.7.0 to 4.8.0 (#444) 308d68d
  • Activate Gatling test modute on jdk21 profile (#445) 73f3be4
  • Update Java release build version to 21 (#441) fd42ca9
  • chore(deps): bump spring-boot.version from 3.2.1 to 3.2.2 (#439) b7dd144
  • chore(deps): bump com.hubspot.maven.plugins:prettier-maven-plugin (#437) feea55c
  • chore(deps): bump hibernate.version from 6.4.1.Final to 6.4.2.Final (#438) 2423bab
  • chore(deps): bump joda-time:joda-time from 2.12.5 to 2.12.6 (#435) fcd667f
  • Add spring-graphql-test unit tests (#434) b89a062
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#436) 8aeaeb6
  • Add .prettierrc.yaml editor configuration (#433) b2abae2
  • Simplify ResultStreamWrapper to use native Java stream iterator (#432) d6099a6
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#415) 0865893
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#418) 77b3bff
  • chore(deps): bump org.apache.maven.plugins:maven-source-plugin (#417) 19d798e
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#429) 071d253
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#420) f862661
  • update spring-boot.version to 3.2.1 (#430) c51a5f4
  • chore(deps): bump hibernate.version from 6.3.1.Final to 6.4.1.Final (#421) f600f4e
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.6.0 to 4.7.0 (#422) caeb732
  • chore(deps-dev): bump io.gatling.highcharts:gatling-charts-highcharts (#426) 44313d4
  • Add support for GraphQL schema query field names and result types customizations (#419) 6787f20
  • Fix variable value conversion for array of values (#428) a19f2cb
  • chore(deps): bump actions/setup-java from 3 to 4 (#414) 48d1ebd
  • chore(deps-dev): bump io.github.graphql-java:graphql-java-annotations (#408) ee60f15
  • update plugin versions bc6b9de
  • Revert "chore(deps): bump maven-deploy-plugin from 2.8.2 to 3.1.1 (#361)" b038580
  • Revert "revert nexus-staging-maven-plugin version to 1.6.7" 443b500
  • Fix auto configuration to use operation's default execution strategy delegate (#411) 1d59de7
  • revert nexus-staging-maven-plugin version to 1.6.7 f2fc163
  • chore(deps): bump git-changelog-maven-plugin from 0.4.0 to 0.6.0 (#340) 2be873d
  • chore(deps): bump maven-source-plugin from 2.1.2 to 3.3.0 (#368) 035b97c
  • chore(deps): bump maven-deploy-plugin from 2.8.2 to 3.1.1 (#361) 8d3f497
  • chore(deps): bump maven-resources-plugin from 3.0.1 to 3.3.1 (#363) f6c636c
  • Add support for transactional delegate execution strategy builder customizer (#406) ad26ee7
  • update project version to 1.2.0-SNAPSHOT (#405) 9e7d6b6
  • update dependencies versions (#378) a464837
  • Remove redundant graphQlSourceBuilderExecutionStrategyCustomizer auto-configuration (#404) 2fa6dd7
  • Update spring-graphql-web example to use Books entity model (#403) 508527f
  • Add Java 21 to build support matrix (#402) 836a0be
  • Add optional support for GraphQLIDType (i.e. ID) for entity identifier attributes (#401) 0e66102
  • Update graphql-java version to 21.3 (#400) 5c86b57
  • Update Hibernate version to 6.3.1 (#397) 44c854c
  • update maven-javadoc-plugin config to use java.version (#398) 2888d39
  • update prettier-maven-plugin.version to 0.21 (#396) c6b25ab
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#395) 11a6ee7
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#394) cd15d96
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.11 (#392) 781004a
  • update spring-boot.version to 3.1.6 (#391) d462752
  • chore(deps): bump actions/checkout from 3 to 4 (#386) d72a194
  • chore(deps): bump com.graphql-java:graphql-java-extended-scalars (#383) a42aac8
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#384) abc9e96
  • chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#385) daabbd1
  • chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin (#382) e88c1f7
  • Update hibernate.version to 6.2.13.Final (#389) 64a0ea7
  • bump activiti-cloud.version to 8.1.0 (#388) be548ae
  • Add support for lazy loaded attribute fetching with JPA entity graph query hint (#387) 715021d
  • chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#369) 17120b6
  • chore(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (#373) 380a425
  • chore(deps): bump joda-time from 2.10.5 to 2.12.5 (#372) 8ff09bf
  • Add gatling integration tests module (#381) 213784e
  • Fix auto-configuration to apply a shared container entity manager instance for GraphQLJPASchemaBuilder (#380) f19c603
  • Update README.md ceed90a
  • Update dependencies to Spring Boot 3.1.0 (#375) af325eb
  • Update README.md a89d73f
  • Update README.md 349c479
  • Update README.md 8c1fedd
  • Update README.md f0410e2
  • Update README.md 3ecb5da
  • Update README.md 95edf6c
  • add tests to release profile dad46e0
  • Upgrade to Spring Boot 3 with Jakarta EE JPA 3.1 Support (#356) b744338
  • Remove legacy data loader registry lookup from execution context (#357) 97fafa9
  • chore(deps): bump evo-inflector from 1.2.2 to 1.3 (#346) f7fbd31
  • fix: update release.yml dependencies emojii d0afde4
  • chore(deps): bump maven-gpg-plugin from 1.4 to 3.0.1 (#335) 56e4caa
  • Bump maven-assembly-plugin from 2.3 to 3.4.2 (#329) 334c6b3
  • Bump maven-surefire-plugin from 2.12 to 3.0.0-M7 (#326) 11fab40
  • Bump maven-javadoc-plugin from 3.1.0 to 3.4.1 (#330) 692455b
  • Bump maven-dependency-plugin from 2.10 to 3.4.0 (#323) 9096df4
  • Bump maven-compiler-plugin from 3.8.0 to 3.10.1 (#327) e02fc14
  • chore(deps): bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13 (#334) acf663b
  • Bump maven-release-plugin from 2.5.1 to 2.5.3 (#328) eea64e3
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#324) e912091
  • Bump maven-jar-plugin from 2.4 to 3.3.0 (#322) d906b4f
  • Update spring-boot-dependencies from 2.7.6 to 2.7.7 (#332) 858b63b
  • fix: update .github/release.yml titles with emoji 0f812a0
  • fix: move release.yml to .github folder 0fa3acd
  • fix: add github release notes changelog template fdffe2d
  • chore: add Github dependabot d6b5b86
  • Update issue templates (#321) 4d4b8e9
  • fix: add support for jdk 17 build (#320) 9539a7e
  • fix: add spring-graphql to graphq-jpa-query autoconfigure module (#315) 9809aef
  • fix: update spring-boot-dependencies to 2.7.6 (#319) e7dbbce
  • feat: add scalar builder method to graphql query schema builder (#318) 56be363
  • fix: add enable result stream feature for JPA queries (#317) 7315720
  • fix: add codecov coverage upload (#316) bed8bba
  • fix: add Graphql SchemaGenerator configurer auto configuration tests (#313) 952a8f6
  • fix: resolve default GraphQLSchemaConfigurer bean race condition in autoconfigure (#312) 1b8515a
  • Update README versions 19a15c8
  • Update README.md fd6e775
  • feat: add schema wiring support for Spring Graphql 1.0 project (#310) 994a0b6
  • fix: Upgrade Spring Boot version to 2.7.5 (#309) 5e7e3c7
  • Update README.md 02bd775
  • Update build.yml b22f006
  • bugfix: where query with embedded entities produce an exception when type specific opetator is used (#306) 5bded30
  • Add support for IN/NIN, BETWEEN/NOT_BETWEEN predicates for floating point numbers (#305) 0fba728
  • fix: update graphql-java version to 19.2 (#308) 499798d
  • fix: support EQ/NE nullable criteria values for Java scalars (#302) 82e5210
  • fix: Add support for EQ,NE predicates for nullable scalar type values (#301) 88d571e
  • fix: update spring boot version to 2.6.6 (#300) 12f606d
  • fix: update spring boot version to 2.6.5 (#299) 490f4cb
  • fix(version): update spring-boot-dependencies to 2.4.5 (#296) 6b3d3be
  • Make execution strategies configurable (#281) abd50be
  • Allow customizing attribute types (#282) 1e8f034
  • fix: add Timestamp predicate builder support (#287) 058918d
  • fix: add support for java.sql.Timestamp GraphQLScalar coercing (#283) 105c8dc
  • fix: support GraphQL operationName attribute (#279) 6dfe793
  • fix: Cannot convert date value to AST (#278) 06379c7
  • fix(GH-273): detach result entities from entity manager persistent context (#275) a678b57
  • feat: add graphql-jpa-query-introspection module (#276) 978d9d0
  • fix: correct RestrictedKeysProvider Javadoc errors 823cda2
  • feat(GH-219): add support for row level filtering query provider (#274) 37f1416
  • fix(version): update spring-boot-dependencies to 2.3.1.RELEASE (#272) dae311b
  • test: upgrade Spring Boot dependencies to 2.2.0.RELEASE (#188) b9340a1
  • fix(GH-38): Support JPA @ElementCollection annotation with @Embeddable generic type (#270) 04e07c3
  • fix: Resolve query fetch result in memory to avoid N+1 query problems (#266) d7163f7
  • fix: add support for server.servlet.content-path configuration (#264) edf9a8a
  • fix(GH-232): SimpleDateFormat is not threadsafe (#261) cecb286
  • fix: disable default order by for batched queries (#258) 5e4c85c
  • fix: remove readOnly transaction attribute in GraphQLController (#257) 1f4eb90
  • fix: enable include statistics on data loader dispatcher instrumentation 144c8a9
  • fix: add support for graphiql controller view forward request (#256) 9240884
  • fix(GH-249): Resolve exception when using graphql-jpa with leangen (#255) dea68a8
  • fix(GH253): Support enable/disable default max result size query pagination (#254) 1297e68
  • fix: improve data loader query memory usage (#252) 7cc3e57
  • fix(GH-233): Support Inline optional search criteria for singular and plural attributes (#251) bb44a34
  • feat: add Spring WebMvc support for /graphiql application console (#247) 6a0970c
  • fix(pom.xml): added graphiql to dependency management (#246) a3e8bcf
  • fix(version): update maven-javadoc-plugin to 3.1.0 c472996
  • feat(GH-224): Added support for entity path class name prefix in GraphQLJpaSchemaBuilder (#245) 866a5ec
  • fix(GH-239): Added GraphQLFieldVisibility supplier support in GraphQL request (#240) e60eb50
  • fix(README): updated description [ci skip] 510c5bf
  • fix(Javadoc): corrected more Javadoc errors a6508f0
  • fix(Javadoc): Corrected Javadoc Maven plugin errros 7465e71
  • fix(version): update project version to 0.4.0-SNAPSHOT 3763ed7
  • feat: add support for per request schema transformation and instrumentation (#163) ae541cb
  • feat(GH-235): added Relay Connection support (#236) 36703f0
  • fix(GH-224): HHH000104: firstResult/maxResults specified with collection fetch; applying in memory (#229) 3db0e51
  • Upgrade graphql-java version to 13.0 (#209) 09dd88c
  • fix(versions): upgrade spring-boot-dependencies to 2.1.11.RELEASE (#187) 5ce95b5
  • fix(GH-225): Fixed regression with missing `@Qualifier` on EntityManager (#230) deafe11
  • feat(GH-226): Support logging of the generated JPQL query string with debug log level (#227) ad1d404
  • fix(GH-225): Configure shared entity manager for multiple data sources example (#228) b235ee8
  • fix(GH-220): Cannot nest multiple queries on the same table (#222) 38bfb17
  • fixGH-215): Cannot query set of enums within select clause (#218) 5705b95
  • fix(GH-216): One-to-many queries joins the same tables twice (#217) 6e204fc
  • a couple of minor typos (#212) 0151eec
  • feat(GH-208): added EQ_, NE_, STARTS_, LIKE_, ENDS_ case insensitive string match criteria #210 53c84dc
  • feat(GH-204): added LOWER predicate for case insensitive match (#206) 6ff6992
  • fix(travis): changed to openjdk8 8f1e36c
  • docs(README): polish description [skip travis] 4ad2ad2
  • fix(GH-193): Fixed error in GQL Queries when `total` or `pages` is included with condition `where: NOT_EXISTS` or `EXISTS` (#201) 40a0e2d
  • fix(GH-198): adedd support for fetching optional element collections elements (#200) 5d99c3b
  • fix: Added support for binding orderBy argument as a variable (#195) 2a01382
  • fix: removed EntityManager.clear() from GraphQLJpaQueryDataFetcher (#192) ae25aba
  • chore: remove obsolete JpaQueryBuilder class (#190) ae9ce62
  • fix: switch off lower(COLUMN_NAME) decoration on String equality check (#186) 9445f89
  • fix: coerce Zoned and Offset time to UTC f2d4756
  • fix: Javadoc errors 8284cbd
  • fix: support uppercase attribute names introspection (#173) 798b30d
  • fix: add query support for entities with `@EmbeddedId` attribute (#180) 6552cb8
  • fix: Error querying entity with @IdClass #176 (#179) 50df533
  • fix: Description is not inherited from the parent class (#169) 82be5d5
  • Add java arrays basic support (#171) a5f72bc
  • feat: support transient field modifier with class hierarchy introspection (#168) 81a6a19
  • feat: add support for variable where criteria expressions (#162) 5385a41
  • Add METHOD to the @GraphQLIgnore annotation target (#165) 8028d12
  • feat: add conditional property to disable GraphQLController (#161) 4bf7596
  • Add LocalDate/LocalDateTime/OffsetDateTime/ZonedDateTime/Instant support for query and filter (#158) a3f7877
  • fix(versions): update Spring Boot to 2.1.7 (#159) 257a92d
  • feat: add EXISTS/NOT_EXISTS subquery logical where criteria expressions (#151) 85d2f3a
  • fix: correct element collection fetch sort order (#149) 5327a22
  • fix: add support for nested where criteria expressions (#148) 2065101
  • fix: separate reuse fetch and join methods with better apis fcf9f12
  • fix: TODO plural predicate fetch join detection 3aa3347
  • feat: add NE predicate for custom attributes criteria expressions (#140) 4862ad0
  • feat: add optional argument for plural attributes (#138) e2ddd4d
  • fix: build fetch joins from selection graph (#137) d452620
  • feat: add AND/OR logical criteria list in schema and query (#134) 764c439
  • feat: add IN | NIN predicate for custom attribute types (#136) ac7bda6
  • fix: enable default distinct configuration property (#135) 6359449
  • feat: add equals criteria support for custom attributes types (#133) a18a6ce
  • feat: Provide default GraphQLObjectCoercing fallback for non-existing Java classes (#130) 1a27eee
  • fix: use GrpaphQL execution context to resolve variable references (#129) 5f9da5f
  • fix: use stream().distinct() to remove duplicates from root entities (#128) d0758e7
  • fix: resolve variable references in GraphQLObjectCoercing (#127) fc2ab23
  • fix: Let's not pass DISTINCT in JPQL for better performance 4a75979
  • fix: Let's pass and apply distinct in query results if enabled (#124) dcb037b
  • fix: lets fetch element collection attributes (#123) ca7f78e
  • fix: Apply left outer join to retrieve optional associations [WIP] (#105) 7ff25ae
  • fix: update example docker-compose Docker image 74afefc
  • fix: compound nested relationship criteria expressions (#121) af279d9
  • Fix MappedSuperclass for JPA entity attributes (#120) c67073a
  • Update README.md fc3c919
  • fix: update Play With Docker link 69ee033
  • fix: change droid_function entity name to DroidFunction (#117) ee39a1d
  • feat: extract GraphiQL into separate reusable module (#116) 123b471
  • feat: extract example JPA models into separate resusable modules (#104) 9698743
  • feat: support nested relationships in where criteria expressions (#108) b05c246
  • feat: add LOCATE predicate for JPA entity attributes annotated with @Convert (#115) 3f9704b
  • feat: support enum variable bindings in queries (#109) 5dd999a
  • Update README to add PWD shortcut in the title 8e9d409
  • #102 fix NullPointerException when searching for Transient annotation (#106) fb45d23
  • chore: enable Docker build by default ec3f1a6
  • fix: use bean naming convention for property names 6df3c30
  • distinct sql and ignore field in filters and sorting (#95) bde04d5
  • fix: use embeddableType javaType to cache corresponding GraphQL type (#98) ce4f85a
  • feat: add where relation attributes criteria expressions (#96) b296d8a
  • chore: skip Docker plugin on release 2933500
  • fix: spring.graphql.jpa.query.path must be specified (#94) 3094a6d
  • fix: Configuration properties are ignored when merging bug (#88) f838056
  • fix: upgrade to Spring Boot 2.1.3.RELEASE (#87) ee0aa6c
  • Refactor SchemaBuilder using Introspection (#86) 493f65d
  • support calcs fields and functions (#85) 1cbf29c
  • feat: add JPA @EmbeddedId support (#84) 0def68d
  • Update README.md ac75192
  • Update README.md 4d783e2
  • Update README.md 369e2b5
  • Update README.md a553ca6
  • Update README.md fe2b7ca
  • Update README.md 25b140e
  • Update README.md 8b16599
  • fix: Clean up application.yaml configurations b672e43
  • Update README.md b83a22d
  • Update README.md 8111ee4
  • Update README.md f484e23
  • feat: Created example to merge two JPA data sources into one schema (#79) 12caf3a
  • Update README.md ca18221
  • Update README.md dfaa0ed
  • Extract graphql-jpa-query-web module from starter (#74) 8d72bbe
  • fix: configure gitHub url b0839ca
  • fix: (version) update git-changelog-maven-plugin to 0.4.0 7867ed4
  • fix: (Docker) NoClassDefFoundError: javax/activation/DataSource warning 4fdd0ea
  • fix: configure apply arguments in maven-release-plugin 7374240
  • Flexible description annotation (#63) 2df2a46
  • Update README.md 93f2273
  • feat: GraphQL Schema Auto-configuration with merge (#70) 332bb02
  • fix: change ExecutionResult to return Map type using toSpecification() (#71) 556afe6
  • feat: BETWEEN and NOT_BETWEEN where criterias (#69) 007014b
  • Add Missing LocalTime Coercing (#68) d576bab
  • Enable variable mapping to page arguments (#67) 3f313bd
  • Update README.md (#66) 518ad1d
  • Add jdk configurations to Travis CI (#65) d9992b4
  • Upgrade dependencies to Spring Boot 2.1.0.RELEASE (#61) e93bb80
  • Update README.md c8d30fb
  • PR #59 Update graphql-java to 11.0
    • fix(versions): update graphql-java to 11.0 fbe3d48
  • PR #58 Configurable date format
    • Merge branch 'master' into configurableDateFormat a3a7c55
    • use date format from #ad322458 05a1245
    • GraphQLDateCoercing optionally takes a date format mask to use instead of DateFormat.getInstance()'s default SHORT pattern 17e59d9
  • Update README.md e92a875
  • Update README.md 912a8b9
  • PR #55 fix: add missing equal criteria expression for string arguments
    • fix: add missing equal criteria expression for string type where arguments aaadba1
  • PR #54 query for entity with emeddableType and where argument
  • fix: (version) update graphql-java to 9.4 (#52) 56cef8b
  • fix: reverse query with where enum criteria 86a68aa
  • fix: improve page argument handling dd7fe62
  • chore: skip deploy for graphql-jpa-query-example module 8950021
  • feat: improve PropertyDataFetcher performance with caching fa9f08e
  • chore: refactor test entity models to use Lazy fetch by default a2deb40
  • feat: add more Java Scalars ad32245
  • fix: Support Enum types in EQ, NE, IN, NIN criteria expressions (#50) 12dc200
  • Add Byte to JavaScalars (#48) 6407149
  • Fix generated CriteriaExpression not working with UUIDs (#42) b75e740
  • Include Java Char and BigInteger types support in JavaScalars (#43) d431dd1
  • Support @MappedSuperclass and @Embedded jpa annotations (#35) 09807ac
  • Support @ElementCollection attribute mappings (#34) 0df8a98
  • Fix RTE in DataFetcher on GraphQL __typename introspection field (#32) fa9e760
  • Enable autoReleaseAfterClose in Maven release 97d81b9
  • Fix: 'NE' is generating 'LIKE' statement instead of notEqual for Strings (#29) b963eb8
  • Update README.md b848262
  • Update README.md f3aa186
  • Fix JavaDoc errors in GraphQLController 2197e5b
  • Upgrade to graphql-java 6.0 (#26) 156f232
  • Upgrade to graphql-java 5.0 (#23) 6306ffb
  • Handle orderBy in nested queries (#22) c2ab8af
  • Update README.md c7ceaf8
  • Implemented support for parameter bindings in reverse queries (#17) 0d969c1
  • Update README.md 36f582d
  • Create jitpack.yml 9d9e4bf
  • Fix error during deployment to Sonatype: "Invalid Signature for Javdoc" eb207a6
  • Setup Maven Central Release fa67db0
  • Setup Sonatype Staging Repository Release in Maven 22358c1
  • PR #16 Add JaCoCo Maven Plugin for Code Coverage Reports
  • PR #15 Add codecov.io integration with Travis-CI
  • Show Travis build status in README 70b1735
  • Fix Maven warning 'distributionManagement.repository.id' must not be 'local' 2aa78a6
  • Merge remote-tracking branch 'origin/master' 4c64027
  • test commit 75fa058
  • temporary remove test 4006b1c
  • Merge remote-tracking branch 'origin/master' de8c3e2
  • temporary remove test 4e50c78
  • Create .travis.yml 20bc283
  • Automate example Docker build and deploy 9d7d740
  • Updated POM pluginManagement 1c2b552
  • Fixed JavaDoc Maven plugin errors ff050a8
  • Fix JavaDoc release fail on missing transient javax api dependency 94ca252
  • Add distributionManagement section in POM c2debd6
  • Automate CHANGELOG generation 3ce6e28
  • Update Spring IO Platform Version to Brussels-SR4 78f2dc8
  • Fixed PWD link README 8dd05f7
  • Play with doker branch (#10) 040e3f1
  • Next development iteration: 0.3.0-SNAPSHOT 3ae136b
  • Release 0.2.0 b4213dd
  • Change example to use Starwars entity schema 34ad719
  • Add dynamic fetch graph to query in GraphQLJpaSimpleDataFetcher 1976a4d
  • Fixed Hibernate NPE and cannot load multiple bags in one query exception 05ca9a8
  • Fixed README examples link 509f5d2
  • Updated Readme build instructions with jitpack.io f194b2c
  • Prepare for next development iteration 342ae18
  • Merge remote-tracking branch 'origin/master' 6ccfe60
  • Release v0.1.0 e4e7e90
  • Commit initial 0.1.0-SNAPSHOT version b068088
  • Update README.md a35b0c8
  • Provide README 4310729
  • Initial commit 998e0cc