Commit Graph

1132 Commits

Author SHA1 Message Date
keepcosmos
4da9580805 add beanmother 2017-09-23 20:25:03 +09:00
Andreas Kull
06009484ed Merge pull request #576 from Moshe-Immerman/master
add awesome selenium link
2017-09-20 09:17:44 +02:00
Andreas Kull
7aa48027eb Merge branch 'master' into master 2017-09-20 09:17:15 +02:00
Andreas Kull
dc8105cf85 Update README.md
Remove duplicate link
2017-09-20 09:16:20 +02:00
Andreas Kull
6a41931c83 Merge pull request #585 from heldev/add-maven-wrapper
Add Maven Wrapper - analogue of Gradle Wrapper.
2017-09-20 09:13:40 +02:00
Andreas Kull
061b099b51 Merge pull request #586 from heldev/remove-spock-again
Remove Spock again. It was accidentally reintroduced by a big refactoring merge.
2017-09-20 09:12:20 +02:00
Andreas Kull
6d99cc8162 Merge pull request #600 from Moshe-Immerman/patch-1
fix: java.net URL changes
2017-09-20 09:04:06 +02:00
Andreas Kull
f08e57c4ca Merge pull request #602 from Moshe-Immerman/patch-3
remove duplicated  javaslang circuitbreaker
2017-09-20 09:02:06 +02:00
akullpp
5c05e03ba2 Change Spring URL to projects 2017-09-20 09:00:22 +02:00
akullpp
f5a0e49f61 Remove Spring Loaded
Project is in the attic and also located on the projects page.
2017-09-20 08:59:48 +02:00
Andreas Kull
13f5451a7d Merge pull request #605 from heldev/move-rxjava-to-ancients
Move RxJava to Ancients
2017-09-20 08:53:34 +02:00
akullpp
5188956d50 Remove Joda-Time 2017-09-20 08:49:26 +02:00
Andreas Kull
88dd58ee63 Merge pull request #607 from heldev/remove-threetenbp
Remove ThreeTenBP
2017-09-20 08:46:35 +02:00
Andreas Kull
315e809448 Add note about misc section
See #567
2017-09-20 08:36:51 +02:00
Andreas Kull
57d189f6d0 Remove Hudson
Remove Hudson since it isn't developed anymore and no longer an alternative to, e.g. Jenkins.
2017-09-20 08:32:08 +02:00
heldev
30f0e696a6 Remove ThreeTenBP
Backport of existing functionality to Java 6 doesn't look like an "awesome" project. At the same time it's not something significant to be moved to Ancients.
2017-09-10 21:32:40 -04:00
heldev
00e80b678b Move RxJava to Ancients
For new projects developers should use Reactor (it's an official recomendation from the author of RxJava https://twitter.com/akarnokd/status/774590596740685824 )
2017-09-10 20:29:02 -04:00
Moshe-Immerman
d521dd0e46 remove duplicated javaslang circuitbreaker
renamed to resilience4j which is already in distributed applications
2017-09-03 17:02:17 +02:00
Moshe-Immerman
0d2906809e fix: java.net URL changes 2017-09-03 16:41:51 +02:00
heldev
13039e2a20 Remove Spock again. It was accidentally reintroduced by a big refactoring merge. 2017-07-16 15:05:21 -04:00
heldev
ca705cde7e Add Maven Wrapper - analogue of Gradle Wrapper.
Pretty useful and common util in Java world.
Example: Spring Boot
2017-07-15 23:26:23 -04:00
Andreas Kull
248d545e0c Merge pull request #575 from Moshe-Immerman/patch-4
Add Sourcetrail
2017-07-14 12:08:18 +02:00
Andreas Kull
8601e07c96 Merge pull request #574 from heldev/add-jest
Add Jest - Elasticsearch REST client
2017-07-14 12:06:26 +02:00
Andreas Kull
49a34692d7 Update README.md 2017-07-14 12:06:12 +02:00
Andreas Kull
2d7fb1fc2d Merge pull request #582 from guilherfp/patch-1
Feature Toggles pattern for Java
2017-07-13 12:32:15 +02:00
Andreas Kull
8ea262d1ab Update README.md 2017-07-13 12:32:06 +02:00
Andreas Kull
ca22cd5c50 Merge pull request #583 from izeye/patch-5
Reorder "CogCompNLP"
2017-07-13 12:30:41 +02:00
Andreas Kull
bf31e08b30 Merge pull request #584 from twillouer/patch-1
FF4J - Feature Flipping
2017-07-13 12:30:16 +02:00
William Delanoue
15f62d2df7 Update README.md 2017-07-11 09:14:27 +02:00
Johnny Lim
4489c74a7c Reorder "CogCompNLP" 2017-07-11 13:47:50 +09:00
Guilherme Freitas Pacheco
e7b04272d6 Feature Toggles pattern for Java 2017-07-10 19:13:36 -03:00
Jonathan Bluett-Duncan
30c2d5d658 Merge pull request #573 from robertvazan/patch-2
Added NoException
2017-07-01 02:12:07 +01:00
Moshe-Immerman
09d9bbeca2 add awesome link at the bottom 2017-06-27 19:02:35 +02:00
Moshe Immerman
e61817badd add awesome selenium link 2017-06-25 09:57:03 +02:00
Moshe-Immerman
86f358b744 Add Sourcetrail
From their site: "Sourcetrail helps software engineers explore and navigate unknown source code quickly and thoroughly by combining an interactive graph visualization, a concise code view and a powerful search algorithm, all built into an easy-to-use cross-platform developer tool"
2017-06-23 14:26:54 +02:00
Jonathan Bluett-Duncan
a611f961a3 Merge pull request #550 from LappleApple/patch-5
Update README.md
2017-06-21 13:55:46 +01:00
Lauri Apple
bca1f06149 Merge branch 'master' into patch-5 2017-06-21 12:10:23 +02:00
heldev
476c2c49bc Fix spelling redis -> Redis, Client -> client 2017-06-19 20:52:19 -04:00
heldev
223193e619 Merge branch 'master' into add-jest 2017-06-19 13:04:19 -04:00
heldev
0270470433 Add Jest - Elasticsearch REST
A nice common library supported by Spring Boot OOTB.  It's still a good choice because the official client is very low level.
2017-06-19 12:45:36 -04:00
Robert Važan
29eeb4f67f Added NoException
NoException takes functional approach to exception handling. It allows throwing checked exceptions in functional interfaces and converts  all exceptions to Optional return to simplify fallback code.

NoException is a superset of functionality found in other similar libraries (listed on NoException site). Arguably, NoException also has a cleaner API.
2017-06-19 15:04:41 +02:00
Andreas Kull
465a4b5750 Merge pull request #569 from Moshe-Immerman/patch-3
add awesome microservices link
2017-06-19 14:38:41 +02:00
Andreas Kull
cbf2581243 Merge pull request #548 from MrRamych/patch-1
Added Xodus
2017-06-19 14:07:34 +02:00
Andreas Kull
e7a5ca3136 Update README.md 2017-06-19 14:06:44 +02:00
Mr_Ramych
fd3cfd93e4 changed description 2017-06-18 22:01:09 +03:00
Andreas Kull
6459297952 Merge pull request #546 from Moshe-Immerman/patch-27
Add Facebook infer
2017-06-14 07:49:04 +02:00
Andreas Kull
0a3c81bd85 Merge pull request #568 from g4s8/patch-1
Added JavaPoet library
2017-06-14 07:43:00 +02:00
Andreas Kull
44eed4f783 Create README.md 2017-06-14 07:42:55 +02:00
Moshe-Immerman
a4d16be30f add awesome microservices link 2017-06-13 20:00:38 +02:00
Kirill
8fd10a8bc2 Added JavaPoet library 2017-06-13 10:57:01 +04:00