Skip to content

Commit

Permalink
HSEARCH-5223 Regenerate avro classes
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Aug 20, 2024
1 parent a6b0152 commit 334f162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
- make sure to create a new payload in EventPayloadSerializationUtilsTest
- check the commons-codec version to see if it is aligned with the one used in elasticsearch-rest-client-sniffer
and if so - remove the commons-codec management.
- remove and generate the files in mapper/orm-outbox-polling/src/main/avro/generated
-->
<version.org.apache.avro>1.12.0</version.org.apache.avro>
<version.org.jboss.weld>5.1.2.Final</version.org.jboss.weld>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
package org.hibernate.search.mapper.orm.outboxpolling.avro.generated.impl;

import org.apache.avro.generic.GenericArray;
import org.apache.avro.specific.SpecificData;
import org.apache.avro.util.Utf8;
import org.apache.avro.message.BinaryMessageEncoder;
Expand Down

0 comments on commit 334f162

Please sign in to comment.