6b318ee5d6
removed nebula and gradle docker
2017-03-29 11:20:40 -07:00
e87942c003
added Governator, Nebula, and Gradle docker plugin
2017-03-29 02:28:27 -07:00
367b4bdd7c
Add Instrumental to monitoring section
2017-03-24 09:37:49 -04:00
abdd8edea8
Add Polyglot for Maven to Everything else
...
Adds native support for YAML, groovy, atom… POMs which improves
readability.
it’s currently supported by IDEA and it’s used in several real life
projects.
2017-03-17 22:31:28 -04:00
ba200c3e2b
Merge remote-tracking branch 'akullpp/master'
2017-03-17 22:04:09 -04:00
380a14b3a1
Merge pull request #483 from PhantomYdn/patch-1
...
Adding Orienteer + slight reorder
2017-03-16 13:49:54 +01:00
934c732993
Merge pull request #481 from heldev/move-hamcrest-to-ancients
...
Move Hamcrest to Ancients
2017-03-16 13:49:19 +01:00
54d33b27e5
Merge pull request #480 from heldev/add-core-java-book
...
Add Core Java from Cay Horstmann
2017-03-16 13:48:03 +01:00
af836e72dd
Merge pull request #479 from heldev/master
...
Add jackson-dataformat-csv to CSV
2017-03-16 13:47:03 +01:00
92df3fb1aa
Update README.md
2017-03-16 13:46:56 +01:00
3343278c47
Merge pull request #488 from mmaksimovic/patch-1
...
adding Semaphore to the list of CIs
2017-03-16 13:46:05 +01:00
41d7b2f2e9
adding Semaphore to the list of CIs
2017-03-15 20:14:45 +01:00
43b99493d6
Merge pull request #487 from marekkapowicki/patch-1
...
adding fake data generator
2017-03-14 10:38:17 +01:00
32a9e95c0b
Update README.md
2017-03-14 10:37:58 +01:00
7088b0644b
Update README.md
2017-03-14 10:35:53 +01:00
d4d12cd807
Update README.md
2017-03-14 09:52:34 +01:00
875615f0e1
Adding Orienteer + slight reorder
...
Reorder is according to contribution rules: "Entries should be sorted in ascending alphabetical order, i.e. a to z."
2017-02-27 12:23:23 -08:00
bdb774fd06
Move Hamcrest to Ancients
...
Last release - 2 years ago. Last commit - 9 month ago.
Now we have other convenient and active libs.
2017-02-24 13:51:40 -05:00
6ac3f6fb1f
Add Core Java from Cay Horstmann
...
Well known and probably the most comprehensive Java SE book
PS the first volume intentionally doesn't have a comma
2017-02-24 12:13:04 -05:00
4afc0a93c1
Add jackson-dataformat-csv to CSV
...
jackson-dataformat-csv is a popular and convenient lib
2017-02-24 10:02:00 -05:00
6969bf3826
Merge pull request #478 from muga/embulk
...
Add Embulk
2017-02-23 23:56:23 +01:00
16b1331861
Merge pull request #474 from stevehu/master
...
add light-java, light-java-rest and light-oauth2
2017-02-23 23:55:55 +01:00
57bf2732c6
fix the typo in light weight
2017-02-23 13:04:47 -05:00
eb50e7fa8d
Moved to platform with only one entry
2017-02-23 12:57:05 -05:00
04b7507647
Merge pull request #476 from Tosken1337/master
...
Added JavaCPP to the native section
2017-02-23 09:53:27 +01:00
c3481b3ef7
Update README.md
2017-02-23 09:53:07 +01:00
d7594bb3e6
Merge pull request #477 from dmikurube/add-ical4j
...
Add iCal4j.
2017-02-23 09:52:13 +01:00
84b0ab3497
Add iCal4j.
2017-02-22 10:21:20 +09:00
cf8de3d9a9
Add Embulk
2017-02-21 16:50:11 -08:00
33cf27427c
update description and remote the entry from web framework
2017-02-15 12:16:15 -05:00
1f93503a71
Added JavaCPP to the native section
2017-02-15 12:22:26 +01:00
db059d9439
Merge pull request #466 from sta-szek/patch-1
...
Add pojo-tester library
2017-02-15 09:11:49 +01:00
d00e99e30a
Update README.md
2017-02-15 09:11:37 +01:00
91e489d99a
Merge pull request #473 from sio-iago/patch-1
...
restQL-core - microservice query language
2017-02-15 09:09:25 +01:00
235fc6f6c7
Update README.md
2017-02-15 09:09:19 +01:00
dd8a1f1715
Update README.md
2017-02-15 09:07:28 +01:00
ca93ef7781
Merge pull request #475 from Erdos-Graph-Framework/master
...
request to add Erdos
2017-02-15 08:57:13 +01:00
a57b192869
Update README.md
2017-02-12 18:44:53 +02:00
523b0809e8
add light-java, light-java-rest and light-oauth2
2017-02-12 11:39:42 -05:00
682eb5b046
restQL-core - microservice query language
...
RestQL-core is a Java/Clojure microservice query language to fetch information from multiple services. It should be included because many people look for some library or framework to centralize and query multiple APIs in a easier and more efficient manner.
With restQL-core people can map their API urls (resources) and use a query language (clojure) or the query builder to fetch resources from multiple sources in one query, instead of having to perform multiple calls separately.
2017-02-12 06:50:53 -02:00
7d01d67c71
Merge pull request #470 from ftomassetti/javasymbolsolver
...
Add JavaSymbolSolver
2017-02-12 09:19:59 +01:00
76a91df843
add JavaSymbolSolver
2017-02-12 09:18:21 +01:00
5b2198233a
Merge pull request #472 from takezoe/jgit
...
Add JGit
2017-02-12 09:12:38 +01:00
547c104e5a
Merge pull request #469 from ftomassetti/javaparser
...
Add JavaParser: the most used parser of Java code
2017-02-12 09:10:43 +01:00
725149e512
Add JGit
2017-02-10 16:43:51 +09:00
eae3d75048
add JavaParser
2017-01-30 22:44:52 +01:00
5a3f2709f6
Add JSONAssert to Testing
2017-01-16 08:55:04 +01:00
b119150373
Merge pull request #467 from brunocvcunha/patch-1
...
Include symbol for paid products
2017-01-16 08:51:04 +01:00
cb01a15147
Update README.md
2017-01-16 08:48:50 +01:00
0c24b02838
Update README.md
2017-01-16 08:47:47 +01:00