Commit Graph

1029 Commits

Author SHA1 Message Date
reillylm
0a2caacf9d fix typo in Reference Docs (Request Execution)
Looks like AsciiDoc syntax needs double backticks for plural words like this
2023-07-17 09:03:28 +01:00
rstoyanchev
7ae8c441f9 Update docs on client side cancellation of subscription
Closes gh-724
2023-07-03 11:11:58 +01:00
rstoyanchev
d5d9573ef3 Polishing contribution
Closes gh-734
2023-07-03 06:06:28 +01:00
Gerrit Meier
f4c5003376 Add tests for Neo4j
Also mention Neo4j as compatible with the reactive stack
and the QuerydslPredicateExecutor.

See gh-734
2023-07-03 06:05:48 +01:00
rstoyanchev
e9f68948ec Polishing contribution
Closes gh-737
2023-07-03 05:49:52 +01:00
Babur
ebb3ac69fa Support bean validation with ArgumentValue wrapper
See gh-737
2023-07-03 05:18:00 +01:00
rstoyanchev
5be2d8c01b Polishing contribution
Closes gh-742
2023-07-03 08:51:13 +01:00
Koen Punt
e742404841 Correctly retrieve operation from request body
See gh-742
2023-06-27 15:13:27 +02:00
Spring Builds
6068e64b37 Next development version (v1.2.2-SNAPSHOT) 2023-06-20 09:23:49 +00:00
rstoyanchev
f383835127 PropertySelection nests within Connection/edges/node
Closes gh-723
2023-06-20 10:05:52 +01:00
rstoyanchev
6e1e9b76db Polishing in PropertySelection
See gh-723
2023-06-20 09:15:30 +01:00
rstoyanchev
1406ca2218 Enhance request body check
Closes gh-726
2023-06-20 08:00:26 +01:00
Brian Clozel
9ff1691462 Upgrade to Context Propagation 1.0.3
Closes gh-717
2023-06-19 21:12:56 +02:00
Brian Clozel
2d135bfe20 Upgrade build to Spring Boot 3.1.0 2023-06-19 20:43:17 +02:00
Brian Clozel
8d8828bae6 Upgrade to GraphQL Java 20.4
Closes gh-728
2023-06-19 20:42:50 +02:00
Brian Clozel
04a2da9066 Upgrade to Spring Framework 6.0.10
Closes gh-727
2023-06-19 20:40:50 +02:00
Brian Clozel
2fc0029b56 Upgrade to Reactor 2022.0.8
Closes gh-719
2023-06-19 20:38:40 +02:00
rstoyanchev
70ad485167 Polishing in ConnectionFieldTypeVisitor 2023-06-16 11:25:31 +01:00
rstoyanchev
0cf2c4feb7 Drop deprecated method in ExceptionResolversExceptionHandler
Closes gh-711
2023-06-16 11:25:31 +01:00
rstoyanchev
3c6d8fb1f2 Allow ~Connection return type from mutations
Closes gh-722
2023-06-16 11:25:31 +01:00
rstoyanchev
8870cd16a8 Polishing in ContextDataFetcherDecorator
See gh-722
2023-06-16 11:25:31 +01:00
rstoyanchev
800cf8fdf0 Add TypeVisitorHelper
See gh-722
2023-06-16 11:25:31 +01:00
Brian Clozel
729d5381cf Start building against Reactor 2022.0.8 SNAPSHOTs
See gh-719
2023-06-07 16:17:44 +02:00
Brian Clozel
023973a7a0 Upgrade to Context Propagation 1.0.3
Closes gh-717
Closes gh-688
2023-06-07 16:12:43 +02:00
rstoyanchev
ee432a8c21 AnnotatedControllerExceptionResolver handles proxy class
Closes gh-710
2023-05-31 15:46:26 +01:00
rstoyanchev
fcb7f941c3 Improve "Connection" Java type checks
ConnectionFieldTypeVisitor now also checks if the container type
ends on "Connection", and if so it lets it pass through.

See gh-709
2023-05-22 13:29:29 +01:00
rstoyanchev
d113831648 Improve "Connection" schema type checks
ConnectionFieldTypeVisitor now checks the complete structure
of Connection, Edge, and PageInfo schema types before
decorating a DataFetcher.

See gh-709
2023-05-22 13:29:29 +01:00
rstoyanchev
095d720941 Simplify request execution in tests 2023-05-22 13:29:29 +01:00
rstoyanchev
7aaf4b9bcd Add "Connection" support method to GraphQlSetup 2023-05-22 13:29:29 +01:00
rstoyanchev
8fe4b295d4 Polishing in ConnectionFieldTypeVisitorTests 2023-05-22 13:29:29 +01:00
Spring Builds
58bea77477 Next development version (v1.2.1-SNAPSHOT) 2023-05-16 12:31:14 +00:00
Brian Clozel
cb947be097 Merge branch '1.1.x' 2023-05-16 14:19:51 +02:00
Spring Builds
c944d9bbb4 Next development version (v1.1.5-SNAPSHOT) 2023-05-16 11:32:11 +00:00
Brian Clozel
8453b44377 Upgrade to Spring Security 6.1.0
Closes gh-706
2023-05-16 13:28:48 +02:00
rstoyanchev
c152cd78d9 Improve DataFetcher handling for connection field
The ConnectionDataFetcher now handles a null return value from the
delegate DataFetcher, turning leniently into an empty connection.

Also log a debug message in case of a TrivialDataFetcher mapped to
a connection field, and do not decorate it to begin with.

Closes gh-707
2023-05-16 11:39:53 +01:00
rstoyanchev
dceb5781a0 Upgrade to Hibernate 6.2.2 2023-05-15 15:18:06 +01:00
Brian Clozel
67109652a2 Rollback to Hibernate 6.1.x 2023-05-15 15:30:14 +02:00
Brian Clozel
6b968d3e5a Uprade optional dependencies
This commit upgrades to:

* Testcontainers 1.18.0
* MongoDB Driver 4.9.1
2023-05-15 15:27:51 +02:00
Brian Clozel
d29052327f Upgrade to Reactor 2022.0.7
Closes gh-705
2023-05-15 15:04:16 +02:00
Brian Clozel
3798940caf Upgrade to Micrometer Tracing 1.1.1
Closes gh-703
2023-05-15 15:03:45 +02:00
Brian Clozel
cb74aa7f93 Upgrade to Micrometer 1.11.0
Closes gh-702
2023-05-15 15:03:05 +02:00
Brian Clozel
673ad5418d Upgrade to Jackson 2.15.0
Closes gh-704
2023-05-15 15:01:16 +02:00
Brian Clozel
ba42c0b9ed Upgrade to Spring Boot 3.1.0-RC2 2023-05-15 14:59:30 +02:00
Brian Clozel
79ddfe0c47 Upgrade to Spring Framework 6.0.9
Closes gh-701
2023-05-15 14:53:49 +02:00
Brian Clozel
db77f7cf20 Merge branch '1.1.x' 2023-05-15 14:32:31 +02:00
Brian Clozel
ebe5706cda Upgrade to Jackson 2.14.3 2023-05-15 14:30:23 +02:00
Brian Clozel
ddf2ac83ac Upgrade to Micrometer 1.10.7
Closes gh-700
2023-05-15 14:29:34 +02:00
Brian Clozel
d106af5ad1 Upgrade to Reactor 2022.0.7
Closes gh-699
2023-05-15 14:28:38 +02:00
Brian Clozel
4616d0fde3 Upgrade to Spring Security 6.0.3
Closes gh-698
2023-05-15 14:27:05 +02:00
Brian Clozel
968b8e6673 Upgrade to Spring Data 2022.0.6
Closes gh-697
2023-05-15 14:26:16 +02:00