Skip to content

Tags: snowball80/graphql-kotlin

Tags

2.0.0.RC3

Toggle 2.0.0.RC3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[build] apply nexus-publish plugin on ALL projects (ExpediaGroup#567)

It appears that maven-publish plugin will skip its execution if repositories are not configured in given project. Changing the configuration to apply nexus-publish plugin on all projects.

2.0.0.RC2

Toggle 2.0.0.RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[build] explicitly configure nexus-publish-plugin on root project (Ex…

…pediaGroup#563)

Gradle `publish` task now explicitly depends on the `initializeSonatypeStagingRepository` task from `nexus-publish-plugin`. We need to explicitly set this as we are not publishing any artifacts from the root project.

2.0.0.RC1

Toggle 2.0.0.RC1's commit message
[build] configure GH action PR check for documentation updates (Exped…

…iaGroup#549)

* [build] configure GH action PR check for documentation updates

Github Action checks out the repository and attempts to run [docusaurus-build](https://docusaurus.io/docs/en/commands#docusaurus-build) command.

* limit PR check to just docs and website directories

1.4.2

Toggle 1.4.2's commit message
Delete publish package GH Action (ExpediaGroup#482)

Disable the GH action for now to publish to GH Package Registry

1.4.1

Toggle 1.4.1's commit message
Validate subscription return type (ExpediaGroup#476)

Subscriptions must return a org.reactivestreams.Publisher for graphql-java to work properly. An exception will now be thrown if any return type of a top level subscription is not a subclass of Publisher

Fixes ExpediaGroup#359

1.4.0

Toggle 1.4.0's commit message
build: 1.3.1-SNAPSHOT (Travis Build 1294) (ExpediaGroup#461)

1.3.0

Toggle 1.3.0's commit message
[docs] spring-server documentation updates (ExpediaGroup#456)

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update siteConfig.js

1.2.1

Toggle 1.2.1's commit message
[chore] force Github CI Action to use default maven build profile (Ex…

…pediaGroup#441)

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[spring-server] simplify schema configuration auto configuration (Exp…

…ediaGroup#433)

`SchemaGeneratorConfig`/`FederatedSchemaGeneratorConfig` auto config beans now accept optional parameters to set custom hooks, data fetcher factory provider and top level names.