Commit Graph

1335 Commits

Author SHA1 Message Date
88ef7ddb4e Add druid 2018-05-31 12:20:47 +02:00
7456fba0b4 Add webmagic 2018-05-31 12:18:16 +02:00
16043798f6 Add Micronaut 2018-05-31 12:13:02 +02:00
a1474d725d Add zipkin 2018-05-31 12:07:48 +02:00
c4dc95ee32 Add FizzBuzzEnterpriseEdition
Yes it's humorous.
2018-05-31 12:04:48 +02:00
a407c434e3 Add bytecode-viewer 2018-05-31 12:03:21 +02:00
d42d806f78 Add EventBus 2018-05-31 12:00:01 +02:00
3567d8442d Add LeakCanary 2018-05-31 11:58:54 +02:00
6eb5ff4c6e Add RxJava
Still in development and actually a valid option
2018-05-31 11:51:58 +02:00
3f26af137d Add Graal 2018-05-31 11:48:59 +02:00
31ba56a44b Merge pull request #662 from zapov/master
Include fastest Java JSON library to the list
2018-05-31 11:21:28 +02:00
d65cf29a73 Update README.md 2018-05-31 11:21:14 +02:00
3a819aface Merge pull request #671 from NavyaZaveri/patch-1
Remove HTTPs from jmonkey entry
2018-05-31 11:00:49 +02:00
05829eae2e changed to http from https 2018-05-03 22:36:16 +01:00
5270dfad5e edited jmonkey game engine link
The old link is dead, added the new one.
2018-05-03 14:57:28 +01:00
2562bd8117 Include fastest Java JSON library to the list
https://github.com/eishay/jvm-serializers/wiki
https://github.com/kostya/benchmarks
https://github.com/fabienrenaud/java-json-benchmark
2018-03-14 08:45:45 +01:00
4c9276eee2 Fix whitespace 2018-02-17 21:50:27 +01:00
a4eba13611 Merge branch 'master' of https://github.com/akullpp/awesome-java 2018-02-17 21:46:52 +01:00
7e2c128e84 Refactor Apache Commons to Platform 2018-02-17 21:46:36 +01:00
378562a3d8 Merge pull request #656 from shizn/patch-1
Add Visual Studio Code
2018-02-17 21:36:20 +01:00
bbce061f0f Update README.md 2018-02-17 21:35:59 +01:00
4ca31f7008 Merge pull request #658 from chermenin/messaging/apache_pulsar
Add Apache Pulsar to the Messaging systems list
2018-02-17 21:32:17 +01:00
d17a550cef Update README.md 2018-02-17 21:32:09 +01:00
d630269d23 Added Apache Pulsar 2018-02-15 17:54:25 +03:00
ca9377cfcc Add VSCode(Java) into IDE section 2018-02-08 14:39:57 +08:00
f0c5cd0a3f Merge pull request #653 from vorburger/patch-2
link to ch.vorburger.fswatch
2018-02-03 11:39:04 +01:00
9869c7ae0f Merge pull request #652 from nerrve/patch-1
Add JavaCC
2018-02-03 11:26:45 +01:00
06bbf095ff Update README.md 2018-02-03 11:26:20 +01:00
0f4e516d8d link to https://github.com/vorburger/ch.vorburger.fswatch 2018-02-01 22:33:13 +01:00
531452af00 Added JavaCC 2018-02-01 18:00:19 +05:30
7aa709a0de Merge pull request #649 from onehao/patch-1
Update ASM link
2018-01-15 12:35:50 +01:00
6e54e45fa3 Merge pull request #647 from heldev/effective-java-3rd-edition
Update Effective Java 3rd Edition
2018-01-15 12:35:09 +01:00
a94dc6cfdc Update README.md
https://asm.ow2.org/ will redirect to https://www.ow2.org/bin/view/Main/, changed to http://asm.ow2.org/
2018-01-05 11:09:01 +08:00
88faea2a6c Effective Java, 2nd Edition -> 3rd Edition
eBook has been available on the Pearson's site since Dec 18
2017-12-25 00:16:46 -05:00
d48fb259b4 Add OctoLinker 2017-12-12 08:32:32 +01:00
2bd078845a Merge pull request #644 from Guichaguri/minimal-ftp
Add MinimalFTP
2017-12-12 08:30:03 +01:00
049e55273d Merge pull request #645 from heldev/add-sonar-java
Add SonarJava
2017-12-12 08:29:01 +01:00
cfdb71cfe2 Update README.md 2017-12-12 08:28:44 +01:00
5040349b1d Add SonarJava to Code Coverage
Probably the most powerful static analyzer for Java
2017-12-09 12:03:01 -05:00
ea37ad6b33 Add MinimalFTP 2017-12-09 02:08:03 -02:00
e02540a4fd Add NullAway 2017-12-08 09:46:03 +01:00
3c317fd9ab Refactor: Alphasort and spelling 2017-12-08 09:43:14 +01:00
2c26ed83ba Polish 2017-12-08 00:53:30 +09:00
5d0b288577 Add ScaleCube 2017-11-27 20:43:05 +01:00
618123c0cd Merge pull request #638 from mariusoe/patch-1
Add inspectIT
2017-11-27 20:39:15 +01:00
536eca7036 Update README.md 2017-11-27 20:38:31 +01:00
8dc055f955 Merge pull request #1 from ronenhamias/suggest-scalecube-io-cluster-membership
Suggest ScaleCube.io
2017-11-27 20:25:55 +02:00
95d543ed6a Suggest ScaleCube.io
ScaleCube.io is modular Embeddable  set of libraries:

scalecube-cluster is a Cluster-Membership library based on [SWIM](https://www.cs.cornell.edu/~asdas/research/dsn02-swim.pdf) and gossip protocol. that can be used for any cluster-aware distributed applications and architecture such as microservices 

To add a dependency on ScaleCube Cluster using Maven, use the following:

``` xml
<dependency>
  <groupId>io.scalecube</groupId>
  <artifactId>scalecube-cluster</artifactId>
  <version>x.y.z</version>
</dependency>
```
2017-11-27 20:22:53 +02:00
9a4ba68a31 Add: sshj 2017-11-25 12:02:14 +01:00
5878c7c8e6 Update README.md 2017-11-25 12:01:52 +01:00