Commit Graph

14 Commits

Author SHA1 Message Date
Haroon Khan 39e01903c2 [JAVA-11122] Logging clean up 2022-05-11 12:28:14 +01:00
sampadawagde aed8f9100b JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
johnA1331 fde9ae6880 Update README.md 2022-04-27 16:58:57 +08:00
kwoyke 8735a58dd0 JAVA-10535: Create parent graphql module (#12112)
* JAVA-10535: Create parent graphql module

* JAVA-10535: Cleanup

* JAVA-10535: pom files cleanup

* JAVA-10535: Use parent-boot-2 as a parent module
2022-04-26 19:18:09 +05:30
Muhammad Abdullah Azam Khan ce2839b058 Return Map from GraphQL (#11966)
* Return Map from GraphQL

Three techniques have been used

1. Return as Json String
2. Return Json using GraphQL scalar type
3. Return as list of key-value pair

* Adding custom scalar in plugin configuration

* Build failure fix
1. Integrating the .graphqls files
2. Updating the respective query resolvers

* Build failure Fix

1. Removed the extra .graphql file

2. Added ExtendedGraphQLScalarType class because the parent class didn't 
have default constructor and the client code generation plugin was 
requiring it.

* Code refactoring

* Code refactoring
2022-04-21 17:31:36 +05:30
Haroon Khan 2b68a32cb7 [JAVA-11197] Fix graphql-java Application class 2022-04-14 10:31:13 +01:00
Asjad J 3f71dcc5c7 Updated README.md
added link back to the article: https://www.baeldung.com/java-call-graphql-service
2022-03-07 17:57:11 +05:00
Daniel Strmecki c87c79e035 BAEL-5307: Move code from new module to existing (#11868) 2022-03-01 09:07:50 +00:00
sampadawagde 65f643262d JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
sampadawagde 3a6534e1d8 JAVA-5223: Fix formatting of POMs (Part 6) 2021-05-08 13:09:05 +05:30
amit.pandey ee8d7adb8e formatted pom.xml file 2020-03-22 07:24:38 +05:30
Dhawal Kapil 9713a07069 Fixing relative paths of several projects 2020-01-25 14:30:37 +05:30
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00