Skip to content

Commit 1180d8f

Browse files
moving projects blog, improve about, welcome blog
1 parent b373eaa commit 1180d8f

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

content/about/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ title: "About Us"
33
date: 2018-09-12T18:19:33+06:00
44
---
55

6-
GraphQL Java is run by [Andreas Marek](https://github.com/andimarek)
6+
The GraphQL Java project is run by [Andreas Marek](https://twitter.com/andimarek) and [Brad Baker](https://github.com/bbakerman).
7+
8+
Responsible for the content on this page is Andreas Marek.
9+
10+
Also follow us on twitter: [Graphql Java](https://twitter.com/graphql_java)

content/blog/moving-projects.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Moving projects out of the GraphQL Java org"
3+
date: 2018-10-02T17:00:00+10:00
4+
author: Andreas Marek
5+
draft: false
6+
tags: []
7+
---
8+
9+
Soon after I started started GraphQL Java (almost 3 1/2 years ago) other people started building libraries on top of it. I was happy to welcome them into the [GraphQL Java Github organization](https://github.com/graphql-java/), because it was great to see the GraphQL Java ecosystem grew and centralizing these projects into one org made sense.
10+
11+
Fast forward to today: the core library [graphql-java](https://github.com/graphql-java/graphql-java) is maintained by myself and my co-maintainer Brad, but we are not involved in `graphql-spring-boot` and other projects. They are independently released and organized without any involvement from us. This leads to confusion from our users and makes it hard to recognize what actually the Graphql Java project is and what are libraries build on top without any involvement from Graphql Java.
12+
13+
In order to clear up this confusion we have decided to move these projects or to archive them:
14+
15+
- `graphql-spring-boot` is moved to https://github.com/graphql-java-kickstart/graphql-spring-boot
16+
- `graphql-java-tools` is moved to https://github.com/graphql-java-kickstart/graphql-java-tools
17+
- `graphql-java-servlet` is moved to https://github.com/graphql-java-kickstart/graphql-java-servlet
18+
- `graphql-java-annotations` is moved to https://github.com/Enigmatis/graphql-java-annotations
19+
- `graphql-java-type-generator` is archived and in read only mode: https://github.com/graphql-java/graphql-java-type-generator/
20+
21+
I wanna make clear that these projects are valuable and successful projects and moving them out of the GraphQL Java Github organization is done to reduce confusion as described above.
22+
23+
24+
Cheers,<br>
25+
Andi
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
2-
title: "Welcome to GraphQL Java"
3-
date: 2018-09-09T12:52:46+10:00
2+
title: "Welcome to the new GraphQL Java homepage"
3+
date: 2018-10-02T17:00:00+10:00
44
author: Andreas Marek
55
draft: false
66
tags: []
77
---
88

9-
Write something here
9+
Welcome to the new GraphQL Java Homepage: the central page about everything GraphQL Java.
10+
11+
It is still a work in progress and we will continue improving this page over time.
12+
13+
If you have any specific questions, please [reach out to us](https://www.graphql-java.com/contact/).
14+
15+
Cheers,<br>
16+
Andi

0 commit comments

Comments
 (0)