]
Van Halbert commented on TEIIDSB-165:
-------------------------------------
Then can I assume you have the changes for this 7.6 branch?
Compile error due to infinispan change in Teiid
-----------------------------------------------
Key: TEIIDSB-165
URL:
https://issues.redhat.com/browse/TEIIDSB-165
Project: Teiid Spring Boot
Issue Type: Bug
Components: datasource
Affects Versions: 1.3.1
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Blocker
Original Estimate: 4 minutes
Remaining Estimate: 4 minutes
After the infinispan change in Teiid, it now causes the following compile error on the
7.6-1.3.x branch
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project
spring-data-infinispan: Compilation failure: Compilation failure:
[ERROR]
/home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[37,8]
org.teiid.spring.data.infinispan.InfinispanConnectionImpl is not abstract and does not
override abstract method getTransactionSupport() in
org.teiid.infinispan.api.InfinispanConnection
[ERROR]
/home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[81,5]
method does not override or implement a method from a supertype
[ERROR]
/home/vhalbert/RedHat/github/product_branches/teiidrepos/teiid-spring-boot/data/infinispan/src/main/java/org/teiid/spring/data/infinispan/InfinispanConnectionImpl.java:[154,5]
method does not override or implement a method from a supertype
{code}