File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
src/main/java/org/iris_events/manager/queue/operations Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1212 <tag >HEAD</tag >
1313 </scm >
1414 <properties >
15- <version .quarkus-rabbitmq-client>3.0.0 </version .quarkus-rabbitmq-client>
15+ <version .quarkus-rabbitmq-client>3.2.1 </version .quarkus-rabbitmq-client>
1616 <version .hamcrest>2.2</version .hamcrest>
1717 <compiler-plugin .version>3.11.0</compiler-plugin .version>
18- <maven .compiler.release>17</maven .compiler.release>
18+ <maven .compiler.target>21</maven .compiler.target>
19+ <maven .compiler.source>21</maven .compiler.source>
20+ <maven .compiler.release>21</maven .compiler.release>
1921 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2022 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
21- <quarkus .platform.version>3.2.2.Final </quarkus .platform.version>
23+ <quarkus .platform.version>3.9.2 </quarkus .platform.version>
2224 <surefire-plugin .version>3.0.0</surefire-plugin .version>
23- <version .iris-events>5.0.7 </version .iris-events>
25+ <version .iris-events>6.1.0 </version .iris-events>
2426 </properties >
2527 <dependencyManagement >
2628 <dependencies >
5355
5456 <dependency >
5557 <groupId >io.quarkus</groupId >
56- <artifactId >quarkus-resteasy</artifactId >
57- </dependency >
58- <dependency >
59- <groupId >io.quarkus</groupId >
60- <artifactId >quarkus-resteasy-jackson</artifactId >
58+ <artifactId >quarkus-jackson</artifactId >
6159 </dependency >
6260 <dependency >
6361 <groupId >io.quarkus</groupId >
Original file line number Diff line number Diff line change 22
33import java .util .UUID ;
44
5- import jakarta .validation .constraints .NotNull ;
5+ import io .smallrye .common .constraint .NotNull ;
6+
67
78public record OperationId (String value ) {
89
You can’t perform that action at this time.
0 commit comments