Skip to content

Commit

Permalink
OOZIE-3559 Code generation encoding error in fluent-job-api (nobigo v…
Browse files Browse the repository at this point in the history
…ia asalamon74)
  • Loading branch information
asalamon74 committed Nov 15, 2019
1 parent fb38939 commit e92429c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fluent-job/fluent-job-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
<argument>-XhashCode</argument>
<argument>-Xequals</argument>
<argument>-Xsetters</argument>
<argument>-encoding</argument>
<argument>utf-8</argument>
<argument>-d</argument>
<argument>${project.basedir}/target/generate-sources/jaxb</argument>
<argument>-b</argument>
Expand Down
1 change: 1 addition & 0 deletions release-log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Oozie 5.3.0 release (trunk - unreleased)

OOZIE-3559 Code generation encoding error in fluent-job-api (nobigo via asalamon74)
OOZIE-3555 Remove unnecessary StandardCharsets.UTF_8.name() calls (zsombor via asalamon74)

-- Oozie 5.2.0 release
Expand Down

0 comments on commit e92429c

Please sign in to comment.