Skip to content

Commit e5ecd86

Browse files
mariiakulikpivovarit
authored andcommitted
README files update (eugenp#1195)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.MD * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Delete README.md
1 parent 46f854c commit e5ecd86

File tree

35 files changed

+107
-3
lines changed

35 files changed

+107
-3
lines changed

JGit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [A Guide to JGit](http://www.baeldung.com/jgit)

algorithms/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Dijkstra Algorithm in Java](http://www.baeldung.com/java-dijkstra)

apache-thrift/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Working with Apache Thrift](http://www.baeldung.com/apache-thrift)

apache-velocity/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Introduction to Apache Velocity](http://www.baeldung.com/apache-velocity)

core-java-9/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66

77
### Relevant Articles:
88
- [Java 9 Stream API Improvements](http://www.baeldung.com/java-9-stream-api)
9+
- [Java 9 Convenience Factory Methods for Collections](http://www.baeldung.com/java-9-collections-factory-methods)
10+
- [New Stream Collectors in Java 9](http://www.baeldung.com/java9-stream-collectors)

core-java/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,24 @@
5858
- [Guide to java.util.concurrent.BlockingQueue](http://www.baeldung.com/java-blocking-queue)
5959
- [Guide to CountDownLatch in Java](http://www.baeldung.com/java-countdown-latch)
6060
- [How to Design a Genetic Algorithm in Java](http://www.baeldung.com/java-genetic-algorithm)
61+
- [A Guide to ConcurrentMap](http://www.baeldung.com/java-concurrent-map)
62+
- [Guide to PriorityBlockingQueue in Java](http://www.baeldung.com/java-priority-blocking-queue)
63+
- [Guide to Java 8 groupingBy Collector](http://www.baeldung.com/java-groupingby-collector)
64+
- [Avoiding the ConcurrentModificationException in Java](http://www.baeldung.com/java-concurrentmodificationexception)
65+
- [Guide to WeakHashMap in Java](http://www.baeldung.com/java-weakhashmap)
66+
- [Strategy Design Pattern in Java 8](http://www.baeldung.com/java-strategy-pattern)
67+
- [Java 8 and Infinite Streams](http://www.baeldung.com/java-inifinite-streams)
68+
- [Custom Thread Pools In Java 8 Parallel Streams](http://www.baeldung.com/java-8-parallel-streams-custom-threadpool)
69+
- [String Operations with Java Streams](http://www.baeldung.com/java-stream-operations-on-strings)
70+
- [Spring Security – Cache Control Headers](http://www.baeldung.com/spring-security-cache-control-headers)
71+
- [Basic Introduction to JMX](http://www.baeldung.com/java-management-extensions)
72+
- [AWS Lambda With Java](http://www.baeldung.com/java-aws-lambda)
73+
- [Introduction to Nashorn](http://www.baeldung.com/java-nashorn)
74+
- [Exceptions in Java 8 Lambda Expressions](http://www.baeldung.com/java-lambda-exceptions)
75+
- [Guide to the Guava BiMap](http://www.baeldung.com/guava-bimap)
76+
- [Iterable to Stream in Java](http://www.baeldung.com/java-iterable-to-stream)
77+
- [Java 8 Stream findFirst() vs. findAny()](http://www.baeldung.com/java-stream-findfirst-vs-findany)
78+
- [Chained Exceptions in Java](http://www.baeldung.com/java-chained-exceptions)
79+
- [The Java HashMap Under the Hood](http://www.baeldung.com/java-hashmap)
80+
- [A Guide to LinkedHashMap in Java](http://www.baeldung.com/java-linked-hashmap)
81+
- [A Guide to TreeMap in Java](http://www.baeldung.com/java-treemap)

core-java/src/test/java/com/baeldung/java/map/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

couchbase-sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [Introduction to Couchbase SDK for Java](http://www.baeldung.com/java-couchbase-sdk)
55
- [Using Couchbase in a Spring Application](http://www.baeldung.com/couchbase-sdk-spring)
66
- [Asynchronous Batch Opereations in Couchbase](http://www.baeldung.com/async-batch-operations-in-couchbase)
7+
- [Querying Couchbase with MapReduce Views](http://www.baeldung.com/couchbase-query-mapreduce-view)
78

89
### Overview
910
This Maven project contains the Java code for the Couchbase entities and Spring services

disruptor/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Concurrency with LMAX Disruptor – An Introduction](http://www.baeldung.com/lmax-disruptor-concurrency)

ejb/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Guide to EJB Set-up](http://www.baeldung.com/ejb-intro)

0 commit comments

Comments
 (0)