Skip to content

Conversation

nclarkekb
Copy link
Contributor

@nclarkekb nclarkekb commented Jun 7, 2023

No description provided.

nclarkekb added 5 commits June 3, 2023 14:45
…ns. (JDK8 precision is millis and JDK9+ is nano precision)

Fixed some javadoc warnings reported in the build.
…tHostName() in case of lag getting hostname.

Should sort out those random errors where the dates differ more than 1 second in 2 unittests.
Since the payload digest can either be the whole payload or the unchunked data.
@nclarkekb nclarkekb changed the title Kb Transfer-encoding: chunked and stuff. Jun 7, 2023
@csrster
Copy link
Contributor

csrster commented Jun 30, 2023

There is a small problem that the code does not run correctly with Java 8 runtime - but neither does it fail in an immediately obvious way. This can be solved by upgrading the maven-compiler-plugin to 3.11.0 and replacing

<source>1.8</source>
<target>1.8</target>

with

<release>8</release>
in both jwat and jwat-tools.

@nclarkekb
Copy link
Contributor Author

I always compile using oracle jdk8. Are you using openjdk8 by any change.
Not that it matters, just curious.
But I will modify the pom and commit and it should show up in the pull request after that.

@csrster
Copy link
Contributor

csrster commented Jul 3, 2023

I always compile using oracle jdk8. Are you using openjdk8 by any change. Not that it matters, just curious. But I will modify the pom and commit and it should show up in the pull request after that.

I was compiling under Java 11.
cheers,
Colin

@nclarkekb
Copy link
Contributor Author

Added some profiles so JDK8 classes should now be produced when using JDK8-21.
Uses source/target when using JDK8 and release when using JDK9+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants