Commit Graph

493 Commits

Author SHA1 Message Date
1e3985fa46 Merge pull request #235 from cbweixin/master
add moco, a concise stub and mock web services
2015-10-30 23:12:43 +01:00
9955a09e07 add moco, a mocking server, and solve conflicts 2015-10-29 07:16:18 -07:00
30f2872959 Merge pull request #228 from alessandroleite/master
Include the link for the jmxtrans tool
2015-10-29 08:32:41 +01:00
bf4840fdfc Merge pull request #242 from kaiwinter/master
Added opencsv
2015-10-29 08:15:54 +01:00
cf92674882 Merge pull request #245 from f-lopes/patch-1
Add bean mapping category.
2015-10-29 08:15:24 +01:00
145a6eb92b Add ModelMapper, Orika and Selma.
Add ModelMapper, Orika and Selma for Bean Mapping category.
2015-10-28 20:25:36 +01:00
3faf6fd6b1 Condensed description 2015-10-28 17:03:50 +01:00
7524be1ebd Merge pull request #238 from geoand/message-formats
Added Apache Thrift and Apache Avro formats
2015-10-28 09:22:26 +01:00
533b28d823 Merge pull request #240 from geoand/greenmail
Added GreenMail test email server under testing tools
2015-10-28 09:19:31 +01:00
539d9ea5d4 Fixed GreenMail description to follow conventions 2015-10-28 10:07:32 +02:00
ff0b6ec102 Merge pull request #239 from phxql/keyczar
Adds Keyczar to security libraries.
2015-10-28 08:37:39 +01:00
d78d67c786 Merge pull request #243 from pepyakin/patch-1
Added ThreeTenBP.
2015-10-28 08:27:41 +01:00
809d813158 Merge pull request #246 from 573/patch-1
Add the derive4j project
2015-10-28 08:20:35 +01:00
2d4ded3e55 Add the derive4j project
Add the derive4j project to the functional programming section.
2015-10-21 10:16:43 +02:00
27911c1cea Add bean mapping category.
Add Dozer and MapStruct to bean mapping category.
2015-10-20 21:21:10 +02:00
cfd04ddf4a Add 310 back port 2015-10-14 22:02:32 +03:00
Kai
ae025029bb Added opencsv 2015-10-10 16:17:35 +02:00
189e05dcd8 Added Greenmail test email server under testing tools 2015-10-09 15:24:19 +03:00
6d6e9d99cd Adds Keyczar to security libraries. 2015-10-06 16:54:48 +02:00
41f981d0dd Added Apache Thrift and Apache Avro formats that for one are becoming very popular and two, they have Java bindings among various other bindings 2015-10-06 15:04:05 +03:00
045d407f76 Remove the undefined article from the entries: OpenTSDB and jmxtrans 2015-10-05 00:34:05 +02:00
f8bd4efed8 Merge branch 'master' of github.com:akullpp/awesome-java 2015-10-05 00:31:09 +02:00
fdda0c2ef3 remove the extra line which add by the previous commit carelessly 2015-10-04 06:36:50 -07:00
5401ede380 add moco, a concise stub and mock web services 2015-10-04 06:31:27 -07:00
a607419ca8 Merge pull request #229 from levonk/patch-3
Put Liquibase back under database
2015-10-03 10:41:48 +02:00
bfc3357e0c Merge pull request #221 from christophd/master
Added Citrus to testing section
2015-10-03 10:40:21 +02:00
9efa7970f3 Merge pull request #224 from janschaefer/master
Added JGiven
2015-10-03 10:34:10 +02:00
ace32219ce Merge pull request #225 from pron/master
Add Capsule
2015-10-03 10:32:09 +02:00
a63a54d0e9 Merge pull request #230 from levonk/patch-4
Added Checker Framework for Code Analysis
2015-10-03 10:25:42 +02:00
bf1541636f Merge pull request #234 from espiegel/swagger-link-fix
fixed the link to Swagger
2015-10-03 10:24:13 +02:00
de6e0a2ec3 fixed the link to Swagger 2015-09-27 23:25:25 +03:00
0314cacad3 Include the link for the OpenTSDB 2015-09-25 16:50:16 +02:00
61ab87d02b Added Checker Framework for Code Analysis 2015-09-19 20:48:30 -07:00
73d4d453be Put Liquibase back under database
Liquibase is a far more architecturally sound database change management than Flyway.   Liquibase abstracts underlying databases by not using SQL for most of the change scripts.   It also offers database refactorings (like rename column) that could be modified to do whatever is most efficient for a particular database with using proprietary SQL.
2015-09-19 20:45:25 -07:00
6798b0088f Include the link for the jmxtrans tool
The jmxtrans is a tool  to connect to multiple JVMs and to query them for their attributes via JMX. Its query language is based on JSON, which allows non-Java programmers to access the JVMs attributes. Likewise, this tool supports different output writes, including [Graphite](http://graphite.wikidot.com), [Ganglia](http://ganglia.sourceforge.net), [StatsD](https://github.com/etsy/statsd), among others.
2015-09-17 11:25:59 +02:00
38b9c913c1 Add Capsule 2015-09-11 10:30:24 +03:00
Jan
616387f6ea Added JGiven
JGiven is a developer-friendly BDD testing framework that is compatible with JUnit and TestNG.
2015-09-10 15:43:33 +02:00
93d29ebea4 Merge pull request #223 from geoand/bytecode
Added the byteman library
2015-09-09 22:04:04 +02:00
13ef572c31 Added the byteman library which falls under the bytecode manipulation category but is distinct in purpose from the tools already mentioned 2015-09-09 17:49:33 +03:00
45d660b075 Fixed merge conflicts with remote-tracking branch 'akullpp/master' 2015-09-08 15:29:30 +02:00
aaaa7fb44d Merge pull request #217 from akullpp/feature/refactoring
Refactoring
2015-09-04 14:28:37 +02:00
44b45ace1b Merge pull request #219 from johanhaleby/master
Added REST Assured testing tool
2015-09-04 14:27:38 +02:00
e083a150b6 Aleksey Shipilëv twitter account 2015-09-02 22:47:13 +02:00
dba7fc94cf Druid, OLAP data store. 2015-09-02 20:48:27 +02:00
5f49d98620 Bazel, build tool by Google 2015-09-02 20:30:42 +02:00
7b403d824d Added REST Assured testing tool 2015-09-01 20:21:13 +02:00
8a41704fac Refactoring
* Added Ancients category
* Removed "Java" in descriptions were superfluous
* Consolidated spelling of open-source
* Removed sentence-initial "An/A"
* Other minor changes
2015-08-29 16:13:30 +02:00
c17637ce90 Merge pull request #200 from otisg/patch-1
Added SPM under Monitoring
2015-08-29 15:35:05 +02:00
76b80f0a58 Merge pull request #204 from geoand/languages
Languages
2015-08-29 15:30:38 +02:00
70c3498f3a Merge pull request #206 from wendigo/patch-1
Add Hermes to messaging section
2015-08-29 15:30:02 +02:00