DTO's and other infra

This commit is contained in:
tim
2025-09-22 17:34:05 -04:00
parent 0cd8e1e28f
commit a80593b9c2
30 changed files with 1822 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
<maven.compiler.target>${target.java.version}</maven.compiler.target>
<target.java.version>11</target.java.version>
<target.java.version>24</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<flink.version>2.0.0</flink.version>
<log4j.version>2.24.1</log4j.version>
@@ -135,8 +135,8 @@ under the License.
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${target.java.version}</source>
<target>${target.java.version}</target>
<source>16</source>
<target>16</target>
</configuration>
</plugin>