-
Bug
-
Resolution: Done
-
Major
-
5.0.10.Final
-
None
-
False
-
False
-
None
The following configuration results in the current proto state being written to a local proto.lock file despite commitProtoLock=false.
<groupId>org.infinispan.protostream</groupId> <artifactId>proto-schema-compatibility-maven-plugin</artifactId> <executions> <execution> <goals> <goal>proto-schema-compatibility-check</goal> </goals> </execution> </executions> <configuration> <commitProtoLock>false<commitProtoLock/> <remoteLockFiles>https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/release/26.0/model/infinispan/proto.lock</remoteLockFiles> </configuration>