forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JAVA-38868] Move apache-lib (eugenp#17447)
- Loading branch information
1 parent
0bbeb33
commit a6ce976
Showing
68 changed files
with
791 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
## Relevant Articles | ||
- [Understanding XSLT Processing in Java](https://www.baeldung.com/java-extensible-stylesheet-language-transformations) | ||
- [Add Camel Route at Runtime in Java](https://www.baeldung.com/java-camel-dynamic-route) | ||
- [Logging in Apache Camel](https://www.baeldung.com/java-apache-camel-logging) | ||
- [How to Handle Default Values in Avro](https://www.baeldung.com/java-avro-default-values) | ||
- [How to Send a Post Request in Camel](https://www.baeldung.com/java-apache-camel-send-post-request) | ||
- More articles: [[<-- prev]](../apache-libraries) | ||
|
||
- [Introduction to Apache Beam](https://www.baeldung.com/apache-beam) | ||
- [Introduction to Apache Pulsar](https://www.baeldung.com/apache-pulsar) | ||
- [Introduction to Apache Curator](https://www.baeldung.com/apache-curator) | ||
- [Introduction to Apache BVal](https://www.baeldung.com/apache-bval) | ||
- [Building a Microservice with Apache Meecrowave](https://www.baeldung.com/apache-meecrowave) | ||
- More articles: [[<-- prev]](../apache-libraries) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ro/SerializationDeserializationLogic.java → ...ro/SerializationDeserializationLogic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../src/main/java/com/baeldung/avro/car.avsc → ...in/java/com/baeldung/apache/avro/car.avsc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"namespace": "generated.avro", | ||
"namespace": "generated", | ||
"type": "record", | ||
"name": "Car", | ||
"fields": [ | ||
|
Oops, something went wrong.