diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d226a41..3c6beda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ This is intended as an overview of the major changes -v5.3-SNAPSHOT +v5.5-SNAPSHOT +=== +- ... + +v5.4 === - Updated many dependencies - Fixed extracting the timezone - In url parsing missing values are now 'absent' (i.e. not set) - Handle loglines when the upstream module is not running (i.e. fields are a '-') +v5.3 +=== +- Updated many dependencies + v5.2 === - Improve regex performance diff --git a/README-Java.md b/README-Java.md index bf12a40c..b80fc2b9 100644 --- a/README-Java.md +++ b/README-Java.md @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file: nl.basjes.parse.httpdlog httpdlog-parser - 5.3 + 5.4 I assume we have a logformat variable that looks something like this: diff --git a/README.md b/README.md index 9980be84..64268edd 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ So using it in a Java based project is as simple as adding this to your dependen nl.basjes.parse.httpdlog httpdlog-parser - 5.3 + 5.4 Building diff --git a/devtools/pom.xml b/devtools/pom.xml index bcc31651..9f37aa95 100644 --- a/devtools/pom.xml +++ b/devtools/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 5.4-SNAPSHOT + 5.4 nl.basjes.parse.devtools diff --git a/examples/apache-beam/pom.xml b/examples/apache-beam/pom.xml index fb14592f..ee641196 100644 --- a/examples/apache-beam/pom.xml +++ b/examples/apache-beam/pom.xml @@ -23,7 +23,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 5.4-SNAPSHOT + 5.4 apache-beam diff --git a/examples/apache-flink/pom.xml b/examples/apache-flink/pom.xml index 3b0686b8..6eb955b3 100644 --- a/examples/apache-flink/pom.xml +++ b/examples/apache-flink/pom.xml @@ -23,7 +23,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 5.4-SNAPSHOT + 5.4 apache-flink diff --git a/examples/apache-hadoop-mapreduce/pom.xml b/examples/apache-hadoop-mapreduce/pom.xml index 48cb4390..99a5aaf9 100644 --- a/examples/apache-hadoop-mapreduce/pom.xml +++ b/examples/apache-hadoop-mapreduce/pom.xml @@ -20,7 +20,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 5.4-SNAPSHOT + 5.4 apache-hadoop-mapreduce Parser - Examples - Apache Hadoop MapReduce diff --git a/examples/apache-pig/pom.xml b/examples/apache-pig/pom.xml index 73e027a0..1a86a88f 100644 --- a/examples/apache-pig/pom.xml +++ b/examples/apache-pig/pom.xml @@ -22,7 +22,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 5.4-SNAPSHOT + 5.4 apache-pig Parser - Examples - Apache Pig diff --git a/examples/java-pojo/pom.xml b/examples/java-pojo/pom.xml index f0343a39..aafd384e 100644 --- a/examples/java-pojo/pom.xml +++ b/examples/java-pojo/pom.xml @@ -22,7 +22,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 5.4-SNAPSHOT + 5.4 java-pojo Parser - Examples - Java POJO diff --git a/examples/pom.xml b/examples/pom.xml index 04f90ecb..db0b5e6a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 5.4-SNAPSHOT + 5.4 nl.basjes.parse.httpdlog.examples diff --git a/httpdlog/httpdlog-inputformat/pom.xml b/httpdlog/httpdlog-inputformat/pom.xml index 6dc18de7..5b06572f 100644 --- a/httpdlog/httpdlog-inputformat/pom.xml +++ b/httpdlog/httpdlog-inputformat/pom.xml @@ -22,7 +22,7 @@ httpdlog nl.basjes.parse.httpdlog - 5.4-SNAPSHOT + 5.4 httpdlog-inputformat Parser - Apache HTTPD - Hadoop InputFormat diff --git a/httpdlog/httpdlog-parser/pom.xml b/httpdlog/httpdlog-parser/pom.xml index 34b790e9..cd1aa804 100644 --- a/httpdlog/httpdlog-parser/pom.xml +++ b/httpdlog/httpdlog-parser/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 5.4-SNAPSHOT + 5.4 httpdlog-parser diff --git a/httpdlog/httpdlog-pigloader/pom.xml b/httpdlog/httpdlog-pigloader/pom.xml index 4c407305..9cecdc6f 100644 --- a/httpdlog/httpdlog-pigloader/pom.xml +++ b/httpdlog/httpdlog-pigloader/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 5.4-SNAPSHOT + 5.4 httpdlog-pigloader diff --git a/httpdlog/httpdlog-serde/pom.xml b/httpdlog/httpdlog-serde/pom.xml index 9ecc7f9d..7cc2f8b9 100644 --- a/httpdlog/httpdlog-serde/pom.xml +++ b/httpdlog/httpdlog-serde/pom.xml @@ -25,7 +25,7 @@ httpdlog nl.basjes.parse.httpdlog - 5.4-SNAPSHOT + 5.4 httpdlog-serde Parser - Apache HTTPD - HCatalog SerDe diff --git a/httpdlog/pom.xml b/httpdlog/pom.xml index e75f3c0f..5acdbba1 100644 --- a/httpdlog/pom.xml +++ b/httpdlog/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 5.4-SNAPSHOT + 5.4 nl.basjes.parse.httpdlog diff --git a/parser-core/pom.xml b/parser-core/pom.xml index c57cf968..d6381231 100644 --- a/parser-core/pom.xml +++ b/parser-core/pom.xml @@ -21,7 +21,7 @@ parser-parent nl.basjes.parse - 5.4-SNAPSHOT + 5.4 parser-core Parser - Core diff --git a/pom.xml b/pom.xml index e84e3e23..227f2585 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 nl.basjes.parse parser-parent - 5.4-SNAPSHOT + 5.4 pom Parser - A library to allow easy parsing of Apache HTTPD access logs with Java, Hadoop and Pig. diff --git a/utils/PojoGenerator/pom.xml b/utils/PojoGenerator/pom.xml index 5442b25b..152cdeb4 100644 --- a/utils/PojoGenerator/pom.xml +++ b/utils/PojoGenerator/pom.xml @@ -23,7 +23,7 @@ nl.basjes.parse.utils parse-utils - 5.4-SNAPSHOT + 5.4 PojoGenerator diff --git a/utils/pom.xml b/utils/pom.xml index 7ab876e8..bd7b7ee0 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 5.4-SNAPSHOT + 5.4 nl.basjes.parse.utils