Skip to content

Commit e2f6187

Browse files
jzheauxEugen
authored and
Eugen
committed
Update links to https (eugenp#7931)
* https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * Update README.md * https added * https added * Update README.md * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added * https added
1 parent e353d6d commit e2f6187

File tree

269 files changed

+861
-882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+861
-882
lines changed

akka-streams/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant articles
22

3-
- [Guide to Akka Streams](http://www.baeldung.com/akka-streams)
3+
- [Guide to Akka Streams](https://www.baeldung.com/akka-streams)

algorithms-genetic/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Relevant articles:
22

3-
- [Introduction to Jenetics Library](http://www.baeldung.com/jenetics)
4-
- [Ant Colony Optimization](http://www.baeldung.com/java-ant-colony-optimization)
3+
- [Introduction to Jenetics Library](https://www.baeldung.com/jenetics)
4+
- [Ant Colony Optimization](https://www.baeldung.com/java-ant-colony-optimization)
55
- [Design a Genetic Algorithm in Java](https://www.baeldung.com/java-genetic-algorithm)
66
- [The Traveling Salesman Problem in Java](https://www.baeldung.com/java-simulated-annealing-for-traveling-salesman)

algorithms-miscellaneous-3/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
- [Java Two Pointer Technique](https://www.baeldung.com/java-two-pointer-technique)
44
- [Implementing Simple State Machines with Java Enums](https://www.baeldung.com/java-enum-simple-state-machine)
5-
- [Converting Between Roman and Arabic Numerals in Java](http://www.baeldung.com/java-convert-roman-arabic)
6-
- [Practical Java Examples of the Big O Notation](http://www.baeldung.com/java-algorithm-complexity)
5+
- [Converting Between Roman and Arabic Numerals in Java](https://www.baeldung.com/java-convert-roman-arabic)
6+
- [Practical Java Examples of the Big O Notation](https://www.baeldung.com/java-algorithm-complexity)
77
- [Checking If a List Is Sorted in Java](https://www.baeldung.com/java-check-if-list-sorted)
88
- [Checking if a Java Graph has a Cycle](https://www.baeldung.com/java-graph-has-a-cycle)
99
- [A Guide to the Folding Technique in Java](https://www.baeldung.com/folding-hashing-technique)
1010
- [Creating a Triangle with for Loops in Java](https://www.baeldung.com/java-print-triangle)
11-
- [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency)
11+
- [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency)

algorithms-sorting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Relevant articles:
22

3-
- [Bubble Sort in Java](http://www.baeldung.com/java-bubble-sort)
3+
- [Bubble Sort in Java](https://www.baeldung.com/java-bubble-sort)
44
- [Merge Sort in Java](https://www.baeldung.com/java-merge-sort)
55
- [Quicksort Algorithm Implementation in Java](https://www.baeldung.com/java-quicksort)
66
- [Insertion Sort in Java](https://www.baeldung.com/java-insertion-sort)

animal-sniffer-mvn-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
[Introduction to Animal Sniffer Maven Plugin](http://www.baeldung.com/maven-animal-sniffer)
3+
[Introduction to Animal Sniffer Maven Plugin](https://www.baeldung.com/maven-animal-sniffer)

annotations/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Relevant Articles:
2-
- [Java Annotation Processing and Creating a Builder](http://www.baeldung.com/java-annotation-processing-builder)
2+
- [Java Annotation Processing and Creating a Builder](https://www.baeldung.com/java-annotation-processing-builder)

antlr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles:
22

3-
- [Java with ANTLR](http://www.baeldung.com/java-antlr)
3+
- [Java with ANTLR](https://www.baeldung.com/java-antlr)

apache-avro/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Relevant Articles:
2-
- [Guide to Apache Avro](http://www.baeldung.com/java-apache-avro)
2+
- [Guide to Apache Avro](https://www.baeldung.com/java-apache-avro)

apache-bval/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Relevant Articles:
2-
- [Intro to Apache BVal](http://www.baeldung.com/apache-bval)
2+
- [Intro to Apache BVal](https://www.baeldung.com/apache-bval)

apache-curator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles:
22

3-
- [Introduction to Apache Curator](http://www.baeldung.com/apache-curator)
3+
- [Introduction to Apache Curator](https://www.baeldung.com/apache-curator)

apache-cxf/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Relevant Articles:
2-
- [Introduction to Apache CXF Aegis Data Binding](http://www.baeldung.com/aegis-data-binding-in-apache-cxf)
3-
- [Apache CXF Support for RESTful Web Services](http://www.baeldung.com/apache-cxf-rest-api)
4-
- [A Guide to Apache CXF with Spring](http://www.baeldung.com/apache-cxf-with-spring)
5-
- [Introduction to Apache CXF](http://www.baeldung.com/introduction-to-apache-cxf)
2+
- [Introduction to Apache CXF Aegis Data Binding](https://www.baeldung.com/aegis-data-binding-in-apache-cxf)
3+
- [Apache CXF Support for RESTful Web Services](https://www.baeldung.com/apache-cxf-rest-api)
4+
- [A Guide to Apache CXF with Spring](https://www.baeldung.com/apache-cxf-with-spring)
5+
- [Introduction to Apache CXF](https://www.baeldung.com/introduction-to-apache-cxf)
66
- [Server-Sent Events (SSE) In JAX-RS](https://www.baeldung.com/java-ee-jax-rs-sse)

apache-meecrowave/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles:
22
================================
3-
- [Building a Microservice with Apache Meecrowave](http://www.baeldung.com/apache-meecrowave)
3+
- [Building a Microservice with Apache Meecrowave](https://www.baeldung.com/apache-meecrowave)

apache-opennlp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles
22

3-
- [Intro to Apache OpenNLP](http://www.baeldung.com/apache-open-nlp)
3+
- [Intro to Apache OpenNLP](https://www.baeldung.com/apache-open-nlp)

apache-poi/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Relevant Articles:
2-
- [Microsoft Word Processing in Java with Apache POI](http://www.baeldung.com/java-microsoft-word-with-apache-poi)
3-
- [Working with Microsoft Excel in Java](http://www.baeldung.com/java-microsoft-excel)
4-
- [Creating a MS PowerPoint Presentation in Java](http://www.baeldung.com/apache-poi-slideshow)
2+
- [Microsoft Word Processing in Java with Apache POI](https://www.baeldung.com/java-microsoft-word-with-apache-poi)
3+
- [Working with Microsoft Excel in Java](https://www.baeldung.com/java-microsoft-excel)
4+
- [Creating a MS PowerPoint Presentation in Java](https://www.baeldung.com/apache-poi-slideshow)

apache-shiro/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Relevant articles
2-
- [Introduction to Apache Shiro](http://www.baeldung.com/apache-shiro)
2+
- [Introduction to Apache Shiro](https://www.baeldung.com/apache-shiro)

apache-solrj/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Apache Solrj Tutorials Project
22

33
### Relevant Articles
4-
- [Guide to Solr in Java with Apache Solrj](http://www.baeldung.com/apache-solrj)
4+
- [Guide to Solr in Java with Apache Solrj](https://www.baeldung.com/apache-solrj)

apache-spark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Relevant articles
22

3-
- [Introduction to Apache Spark](http://www.baeldung.com/apache-spark)
3+
- [Introduction to Apache Spark](https://www.baeldung.com/apache-spark)
44
- [Building a Data Pipeline with Kafka, Spark Streaming and Cassandra](https://www.baeldung.com/kafka-spark-data-pipeline)

apache-thrift/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
- [Working with Apache Thrift](http://www.baeldung.com/apache-thrift)
3+
- [Working with Apache Thrift](https://www.baeldung.com/apache-thrift)

apache-tika/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
- [Content Analysis with Apache Tika](http://www.baeldung.com/apache-tika)
3+
- [Content Analysis with Apache Tika](https://www.baeldung.com/apache-tika)

apache-velocity/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
- [Introduction to Apache Velocity](http://www.baeldung.com/apache-velocity)
3+
- [Introduction to Apache Velocity](https://www.baeldung.com/apache-velocity)

apache-zookeeper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
- [Getting Started with Java and Zookeeper](http://www.baeldung.com/java-zookeeper)
3+
- [Getting Started with Java and Zookeeper](https://www.baeldung.com/java-zookeeper)

asciidoctor/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Relevant articles
22

3-
- [Generating a Book with Asciidoctor](http://www.baeldung.com/asciidoctor-book)
4-
- [Introduction to Asciidoctor in Java](http://www.baeldung.com/asciidoctor)
3+
- [Generating a Book with Asciidoctor](https://www.baeldung.com/asciidoctor-book)
4+
- [Introduction to Asciidoctor in Java](https://www.baeldung.com/asciidoctor)

asm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles:
22

3-
- [A Guide to Java Bytecode Manipulation with ASM](http://www.baeldung.com/java-asm)
3+
- [A Guide to Java Bytecode Manipulation with ASM](https://www.baeldung.com/java-asm)

atomix/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
- [Introduction to Atomix](http://www.baeldung.com/atomix)
3+
- [Introduction to Atomix](https://www.baeldung.com/atomix)

autovalue/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Relevant Articles:
2-
- [Introduction to AutoValue](http://www.baeldung.com/introduction-to-autovalue)
3-
- [Introduction to AutoFactory](http://www.baeldung.com/autofactory)
2+
- [Introduction to AutoValue](https://www.baeldung.com/introduction-to-autovalue)
3+
- [Introduction to AutoFactory](https://www.baeldung.com/autofactory)
44
- [Google AutoService](https://www.baeldung.com/google-autoservice)

aws-lambda/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles:
2-
- [Using AWS Lambda with API Gateway](http://www.baeldung.com/aws-lambda-api-gateway)
3-
- [Introduction to AWS Serverless Application Model](http://www.baeldung.com/aws-serverless)
2+
- [Using AWS Lambda with API Gateway](https://www.baeldung.com/aws-lambda-api-gateway)
3+
- [Introduction to AWS Serverless Application Model](https://www.baeldung.com/aws-serverless)

aws/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### Relevant articles
22

3-
- [AWS Lambda Using DynamoDB With Java](http://www.baeldung.com/aws-lambda-dynamodb-java)
4-
- [AWS S3 with Java](http://www.baeldung.com/aws-s3-java)
5-
- [AWS Lambda With Java](http://www.baeldung.com/java-aws-lambda)
6-
- [Managing EC2 Instances in Java](http://www.baeldung.com/ec2-java)
7-
- [Multipart Uploads in Amazon S3 with Java](http://www.baeldung.com/aws-s3-multipart-upload)
8-
- [Integration Testing with a Local DynamoDB Instance](http://www.baeldung.com/dynamodb-local-integration-tests)
9-
- [Using the JetS3t Java Client With Amazon S3](http://www.baeldung.com/jets3t-amazon-s3)
10-
- [Managing Amazon SQS Queues in Java](http://www.baeldung.com/aws-queues-java)
3+
- [AWS Lambda Using DynamoDB With Java](https://www.baeldung.com/aws-lambda-dynamodb-java)
4+
- [AWS S3 with Java](https://www.baeldung.com/aws-s3-java)
5+
- [AWS Lambda With Java](https://www.baeldung.com/java-aws-lambda)
6+
- [Managing EC2 Instances in Java](https://www.baeldung.com/ec2-java)
7+
- [Multipart Uploads in Amazon S3 with Java](https://www.baeldung.com/aws-s3-multipart-upload)
8+
- [Integration Testing with a Local DynamoDB Instance](https://www.baeldung.com/dynamodb-local-integration-tests)
9+
- [Using the JetS3t Java Client With Amazon S3](https://www.baeldung.com/jets3t-amazon-s3)
10+
- [Managing Amazon SQS Queues in Java](https://www.baeldung.com/aws-queues-java)
1111
- [Guide to AWS Aurora RDS with Java](https://www.baeldung.com/aws-aurora-rds-java)

axon/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant articles
22

3-
- [A Guide to the Axon Framework](http://www.baeldung.com/axon-cqrs-event-sourcing)
3+
- [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing)

azure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Relevant Articles:
22

3-
- [Deploy a Spring Boot App to Azure](http://www.baeldung.com/spring-boot-azure)
3+
- [Deploy a Spring Boot App to Azure](https://www.baeldung.com/spring-boot-azure)
44

blade/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Relevant Articles:
22

3-
- [Blade – A Complete Guidebook](http://www.baeldung.com/blade)
3+
- [Blade – A Complete Guidebook](https://www.baeldung.com/blade)
44

55
Run Integration Tests with `mvn integration-test`

bootique/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Relevant Articles:
2-
- [Introduction to Bootique](http://www.baeldung.com/bootique)
2+
- [Introduction to Bootique](https://www.baeldung.com/bootique)

cdi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Relevant Articles:
2-
- [CDI Interceptor vs Spring AspectJ](http://www.baeldung.com/cdi-interceptor-vs-spring-aspectj)
3-
- [An Introduction to CDI (Contexts and Dependency Injection) in Java](http://www.baeldung.com/java-ee-cdi)
2+
- [CDI Interceptor vs Spring AspectJ](https://www.baeldung.com/cdi-interceptor-vs-spring-aspectj)
3+
- [An Introduction to CDI (Contexts and Dependency Injection) in Java](https://www.baeldung.com/java-ee-cdi)
44
- [Introduction to the Event Notification Model in CDI 2.0](https://www.baeldung.com/cdi-event-notification)
55

checker-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant articles
22

3-
- [The Checker Framework – Pluggable Type Systems for Java](http://www.baeldung.com/checker-framework)
3+
- [The Checker Framework – Pluggable Type Systems for Java](https://www.baeldung.com/checker-framework)

core-groovy-2/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Relevant articles:
44

5-
- [String Matching in Groovy](http://www.baeldung.com/)
65
- [Template Engines in Groovy](https://www.baeldung.com/groovy-template-engines)
76
- [Groovy def Keyword](https://www.baeldung.com/groovy-def-keyword)
87
- [Pattern Matching in Strings in Groovy](https://www.baeldung.com/groovy-pattern-matching)

core-groovy/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Relevant articles:
44

5-
- [JDBC with Groovy](http://www.baeldung.com/jdbc-groovy)
6-
- [Working with JSON in Groovy](http://www.baeldung.com/groovy-json)
5+
- [JDBC with Groovy](https://www.baeldung.com/jdbc-groovy)
6+
- [Working with JSON in Groovy](https://www.baeldung.com/groovy-json)
77
- [Reading a File in Groovy](https://www.baeldung.com/groovy-file-read)
88
- [Types of Strings in Groovy](https://www.baeldung.com/groovy-strings)
99
- [A Quick Guide to Iterating a Map in Groovy](https://www.baeldung.com/groovy-map-iterating)
@@ -12,4 +12,4 @@
1212
- [Finding Elements in Collections in Groovy](https://www.baeldung.com/groovy-collections-find-elements)
1313
- [Lists in Groovy](https://www.baeldung.com/groovy-lists)
1414
- [Converting a String to a Date in Groovy](https://www.baeldung.com/groovy-string-to-date)
15-
- [Guide to I/O in Groovy](https://www.baeldung.com/groovy-io)
15+
- [Guide to I/O in Groovy](https://www.baeldung.com/groovy-io)

core-kotlin/README.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
## Relevant articles:
22

3-
- [Introduction to the Kotlin Language](http://www.baeldung.com/kotlin)
4-
- [Guide to the “when{}” Block in Kotlin](http://www.baeldung.com/kotlin-when)
5-
- [Comprehensive Guide to Null Safety in Kotlin](http://www.baeldung.com/kotlin-null-safety)
6-
- [Kotlin Java Interoperability](http://www.baeldung.com/kotlin-java-interoperability)
7-
- [Difference Between “==” and “===” operators in Kotlin](http://www.baeldung.com/kotlin-equality-operators)
8-
- [Generics in Kotlin](http://www.baeldung.com/kotlin-generics)
9-
- [Introduction to Kotlin Coroutines](http://www.baeldung.com/kotlin-coroutines)
10-
- [Destructuring Declarations in Kotlin](http://www.baeldung.com/kotlin-destructuring-declarations)
11-
- [Lazy Initialization in Kotlin](http://www.baeldung.com/kotlin-lazy-initialization)
12-
- [Overview of Kotlin Collections API](http://www.baeldung.com/kotlin-collections-api)
13-
- [Converting a List to Map in Kotlin](http://www.baeldung.com/kotlin-list-to-map)
14-
- [Data Classes in Kotlin](http://www.baeldung.com/kotlin-data-classes)
15-
- [Delegated Properties in Kotlin](http://www.baeldung.com/kotlin-delegated-properties)
16-
- [Sealed Classes in Kotlin](http://www.baeldung.com/kotlin-sealed-classes)
17-
- [JUnit 5 for Kotlin Developers](http://www.baeldung.com/junit-5-kotlin)
18-
- [Extension Methods in Kotlin](http://www.baeldung.com/kotlin-extension-methods)
19-
- [Infix Functions in Kotlin](http://www.baeldung.com/kotlin-infix-functions)
20-
- [Try-with-resources in Kotlin](http://www.baeldung.com/kotlin-try-with-resources)
21-
- [Regular Expressions in Kotlin](http://www.baeldung.com/kotlin-regular-expressions)
22-
- [Objects in Kotlin](http://www.baeldung.com/kotlin-objects)
23-
- [Reading from a File in Kotlin](http://www.baeldung.com/kotlin-read-file)
24-
- [Guide to Kotlin @JvmField](http://www.baeldung.com/kotlin-jvm-field-annotation)
25-
- [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection)
26-
- [Writing to a File in Kotlin](http://www.baeldung.com/kotlin-write-file)
27-
- [Lambda Expressions in Kotlin](http://www.baeldung.com/kotlin-lambda-expressions)
28-
- [Kotlin String Templates](http://www.baeldung.com/kotlin-string-template)
29-
- [Working with Enums in Kotlin](http://www.baeldung.com/kotlin-enum)
30-
- [Create a Java and Kotlin Project with Maven](http://www.baeldung.com/kotlin-maven-java-project)
31-
- [Reflection with Kotlin](http://www.baeldung.com/kotlin-reflection)
32-
- [Get a Random Number in Kotlin](http://www.baeldung.com/kotlin-random-number)
33-
- [Idiomatic Logging in Kotlin](http://www.baeldung.com/kotlin-logging)
3+
- [Introduction to the Kotlin Language](https://www.baeldung.com/kotlin)
4+
- [Guide to the “when{}” Block in Kotlin](https://www.baeldung.com/kotlin-when)
5+
- [Comprehensive Guide to Null Safety in Kotlin](https://www.baeldung.com/kotlin-null-safety)
6+
- [Kotlin Java Interoperability](https://www.baeldung.com/kotlin-java-interoperability)
7+
- [Difference Between “==” and “===” operators in Kotlin](https://www.baeldung.com/kotlin-equality-operators)
8+
- [Generics in Kotlin](https://www.baeldung.com/kotlin-generics)
9+
- [Introduction to Kotlin Coroutines](https://www.baeldung.com/kotlin-coroutines)
10+
- [Destructuring Declarations in Kotlin](https://www.baeldung.com/kotlin-destructuring-declarations)
11+
- [Lazy Initialization in Kotlin](https://www.baeldung.com/kotlin-lazy-initialization)
12+
- [Overview of Kotlin Collections API](https://www.baeldung.com/kotlin-collections-api)
13+
- [Converting a List to Map in Kotlin](https://www.baeldung.com/kotlin-list-to-map)
14+
- [Data Classes in Kotlin](https://www.baeldung.com/kotlin-data-classes)
15+
- [Delegated Properties in Kotlin](https://www.baeldung.com/kotlin-delegated-properties)
16+
- [Sealed Classes in Kotlin](https://www.baeldung.com/kotlin-sealed-classes)
17+
- [JUnit 5 for Kotlin Developers](https://www.baeldung.com/junit-5-kotlin)
18+
- [Extension Methods in Kotlin](https://www.baeldung.com/kotlin-extension-methods)
19+
- [Infix Functions in Kotlin](https://www.baeldung.com/kotlin-infix-functions)
20+
- [Try-with-resources in Kotlin](https://www.baeldung.com/kotlin-try-with-resources)
21+
- [Regular Expressions in Kotlin](https://www.baeldung.com/kotlin-regular-expressions)
22+
- [Objects in Kotlin](https://www.baeldung.com/kotlin-objects)
23+
- [Reading from a File in Kotlin](https://www.baeldung.com/kotlin-read-file)
24+
- [Guide to Kotlin @JvmField](https://www.baeldung.com/kotlin-jvm-field-annotation)
25+
- [Filtering Kotlin Collections](https://www.baeldung.com/kotlin-filter-collection)
26+
- [Writing to a File in Kotlin](https://www.baeldung.com/kotlin-write-file)
27+
- [Lambda Expressions in Kotlin](https://www.baeldung.com/kotlin-lambda-expressions)
28+
- [Kotlin String Templates](https://www.baeldung.com/kotlin-string-template)
29+
- [Working with Enums in Kotlin](https://www.baeldung.com/kotlin-enum)
30+
- [Create a Java and Kotlin Project with Maven](https://www.baeldung.com/kotlin-maven-java-project)
31+
- [Reflection with Kotlin](https://www.baeldung.com/kotlin-reflection)
32+
- [Get a Random Number in Kotlin](https://www.baeldung.com/kotlin-random-number)
33+
- [Idiomatic Logging in Kotlin](https://www.baeldung.com/kotlin-logging)
3434
- [Kotlin Constructors](https://www.baeldung.com/kotlin-constructors)
3535
- [Creational Design Patterns in Kotlin: Builder](https://www.baeldung.com/kotlin-builder-pattern)
3636
- [Kotlin Nested and Inner Classes](https://www.baeldung.com/kotlin-inner-classes)

couchbase/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Couchbase SDK Tutorial Project
22

33
### Relevant Articles:
4-
- [Introduction to Couchbase SDK for Java](http://www.baeldung.com/java-couchbase-sdk)
5-
- [Using Couchbase in a Spring Application](http://www.baeldung.com/couchbase-sdk-spring)
6-
- [Asynchronous Batch Operations 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)
8-
- [Querying Couchbase with N1QL](http://www.baeldung.com/n1ql-couchbase)
4+
- [Introduction to Couchbase SDK for Java](https://www.baeldung.com/java-couchbase-sdk)
5+
- [Using Couchbase in a Spring Application](https://www.baeldung.com/couchbase-sdk-spring)
6+
- [Asynchronous Batch Operations in Couchbase](https://www.baeldung.com/async-batch-operations-in-couchbase)
7+
- [Querying Couchbase with MapReduce Views](https://www.baeldung.com/couchbase-query-mapreduce-view)
8+
- [Querying Couchbase with N1QL](https://www.baeldung.com/n1ql-couchbase)
99

1010
### Overview
1111
This Maven project contains the Java code for the Couchbase entities and Spring services

dagger/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant articles:
22

3-
- [Introduction to Dagger 2](http://www.baeldung.com/dagger-2)
3+
- [Introduction to Dagger 2](https://www.baeldung.com/dagger-2)

deeplearning4j/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
33

44
### Relevant Articles:
5-
- [A Guide to Deeplearning4j](http://www.baeldung.com/deeplearning4j)
5+
- [A Guide to Deeplearning4j](https://www.baeldung.com/deeplearning4j)

disruptor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Relevant articles:
22

3-
- [Concurrency with LMAX Disruptor – An Introduction](http://www.baeldung.com/lmax-disruptor-concurrency)
3+
- [Concurrency with LMAX Disruptor – An Introduction](https://www.baeldung.com/lmax-disruptor-concurrency)

0 commit comments

Comments
 (0)