From ca9377cfcc7ffb436e1377c9eb5bd80b20aad64e Mon Sep 17 00:00:00 2001 From: Xin Shi Date: Thu, 8 Feb 2018 14:39:57 +0800 Subject: [PATCH 1/4] Add VSCode(Java) into IDE section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 776aa47..d2900b9 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Eclipse](https://www.eclipse.org/) - Established open-source project with support for lots of plugins and languages. * [IntelliJ IDEA ![c]](https://www.jetbrains.com/idea/) - Supports many JVM languages and provides good options for Android development. The commercial edition targets the enterprise sector. * [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features, from database access to HTML5. +* [Visual Studio Code](https://code.visualstudio.com/docs/languages/java) - The Java support in VS Code is provided through extensions and optimized for lightweight Java projects with a simple, modern workflow. The [Java Extension Pack](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack) provides project support, code completion, linting, debugging, testing, code formatting, snippets, and more. ## Imagery From d630269d237f3ac54d1438756bcad060ed7a0425 Mon Sep 17 00:00:00 2001 From: Aleksandr Chermenin Date: Thu, 15 Feb 2018 17:54:25 +0300 Subject: [PATCH 2/4] Added Apache Pulsar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 776aa47..651bd32 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache ActiveMQ](https://activemq.apache.org/) - Message broker that implements JMS and converts synchronous to asynchronous communication. * [Apache Camel](https://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Kafka](https://kafka.apache.org/) - High-throughput distributed messaging system. +* [Apache Pulsar](https://pulsar.apache.org/) - A distributed pub-sub messaging system. * [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka. * [JeroMQ](https://github.com/zeromq/jeromq) - Implementation of ZeroMQ. * [Nakadi](https://github.com/zalando/nakadi) - Provides a RESTful API on top of Kafka. From d17a550cef19e719b414fe72f2bcf149c20947f7 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 17 Feb 2018 21:32:09 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 651bd32..8154508 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache ActiveMQ](https://activemq.apache.org/) - Message broker that implements JMS and converts synchronous to asynchronous communication. * [Apache Camel](https://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Kafka](https://kafka.apache.org/) - High-throughput distributed messaging system. -* [Apache Pulsar](https://pulsar.apache.org/) - A distributed pub-sub messaging system. +* [Apache Pulsar](https://pulsar.apache.org/) - Distributed pub/sub-messaging system. * [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka. * [JeroMQ](https://github.com/zeromq/jeromq) - Implementation of ZeroMQ. * [Nakadi](https://github.com/zalando/nakadi) - Provides a RESTful API on top of Kafka. From bbce061f0fb9ad6eb396e754cfcd9176b74c98ff Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 17 Feb 2018 21:35:59 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2900b9..b58f038 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Eclipse](https://www.eclipse.org/) - Established open-source project with support for lots of plugins and languages. * [IntelliJ IDEA ![c]](https://www.jetbrains.com/idea/) - Supports many JVM languages and provides good options for Android development. The commercial edition targets the enterprise sector. * [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features, from database access to HTML5. -* [Visual Studio Code](https://code.visualstudio.com/docs/languages/java) - The Java support in VS Code is provided through extensions and optimized for lightweight Java projects with a simple, modern workflow. The [Java Extension Pack](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack) provides project support, code completion, linting, debugging, testing, code formatting, snippets, and more. +* [Visual Studio Code](https://code.visualstudio.com/docs/languages/java) - Provides Java support for lightweight projects with a simple, modern workflow by using extensions from the internal marketplace. ## Imagery