This is an automated email from the ASF dual-hosted git repository. tabish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
The following commit(s) were added to refs/heads/main by this push: new d7081881 NO-JIRA Add build action for Java 24 d7081881 is described below commit d70818810bd0e37649a19cd999bae98e6ba9adde Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Wed Jul 16 16:09:59 2025 -0400 NO-JIRA Add build action for Java 24 --- .github/workflows/build.yml | 2 +- protonj2/src/main/java/org/apache/qpid/protonj2/codec/Encoder.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae42bc82..fabaca6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 11, 17, 21 ] + java: [ 11, 17, 21, 24 ] steps: - uses: actions/checkout@v4 diff --git a/protonj2/src/main/java/org/apache/qpid/protonj2/codec/Encoder.java b/protonj2/src/main/java/org/apache/qpid/protonj2/codec/Encoder.java index a98c4a36..82582150 100644 --- a/protonj2/src/main/java/org/apache/qpid/protonj2/codec/Encoder.java +++ b/protonj2/src/main/java/org/apache/qpid/protonj2/codec/Encoder.java @@ -591,7 +591,7 @@ public interface Encoder { void writeBinary(ProtonBuffer buffer, EncoderState state, ProtonBuffer value) throws EncodeException; /** - * Writes the contents of the given {@link byte[]} value into the provided {@link ProtonBuffer} + * Writes the contents of the given <code>byte[]</code> value into the provided {@link ProtonBuffer} * instance as an AMQP Binary type. * <p> * If the provided value to write is null an AMQP null type is encoded into the target buffer. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org