Skip to content

Commit

Permalink
Version 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Aug 8, 2020
1 parent 2fc0104 commit a1b76fa
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 19 deletions.
10 changes: 9 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion README-Java.md
Expand Up @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file:
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.3</version>
<version>5.4</version>
</dependency>

I assume we have a logformat variable that looks something like this:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ So using it in a Java based project is as simple as adding this to your dependen
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.3</version>
<version>5.4</version>
</dependency>

Building
Expand Down
2 changes: 1 addition & 1 deletion devtools/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<groupId>nl.basjes.parse.devtools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-beam/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<artifactId>apache-beam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-flink/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<artifactId>apache-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-hadoop-mapreduce/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>apache-hadoop-mapreduce</artifactId>
<name>Parser - Examples - Apache Hadoop MapReduce</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-pig/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>apache-pig</artifactId>
<name>Parser - Examples - Apache Pig</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-pojo/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>java-pojo</artifactId>
<name>Parser - Examples - Java POJO</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<groupId>nl.basjes.parse.httpdlog.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-inputformat/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>httpdlog-inputformat</artifactId>
<name>Parser - Apache HTTPD - Hadoop InputFormat</name>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-parser/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<artifactId>httpdlog-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-pigloader/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<artifactId>httpdlog-pigloader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-serde/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>httpdlog-serde</artifactId>
<name>Parser - Apache HTTPD - HCatalog SerDe</name>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<groupId>nl.basjes.parse.httpdlog</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parser-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>parser-core</artifactId>
<name>Parser - Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.basjes.parse</groupId>
<artifactId>parser-parent</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
<packaging>pom</packaging>
<name>Parser -</name>
<description>A library to allow easy parsing of Apache HTTPD access logs with Java, Hadoop and Pig.</description>
Expand Down
2 changes: 1 addition & 1 deletion utils/PojoGenerator/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.basjes.parse.utils</groupId>
<artifactId>parse-utils</artifactId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<artifactId>PojoGenerator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.4-SNAPSHOT</version>
<version>5.4</version>
</parent>

<groupId>nl.basjes.parse.utils</groupId>
Expand Down

0 comments on commit a1b76fa

Please sign in to comment.