Zi

Results 8 comments of Zi

> 1. Checkout and unlock a copy of the repository. > > 2. Remove the relevant attribute filter lines. > > 3. `git-add` the unlocked state of the files that...

Same issue. Built a project as in sample 'datapersist', with all required dependencies and no more code than example. Complaint about JpaStateMachineRepository: ``` *************************** APPLICATION FAILED TO START *************************** Description:...

Seems like it's an issue with spring-statemachine-data-jpa version 2.0.0.RELEASE. I have another supportive log might be useful when I try to instantiate a state machine: ``` Hibernate: select jpareposit0_.machine_id as...

any update on java version? I'm using java 11 and still saw some dependencies false positively marked as unused

Taking below actions solved my problem: 1. switch to branch: ''jmeter3.2_kafka0.11.0.0" 2. remove unused import such as `net.didion.jwnl.data.Exc` in all test classes since I could not include the dependency nor...

Yes I switched to "jmeter3.2_kafka0.11.0.0". I was able to build and 2 .jar files were generated: pepper-box-1.0.jar and original-pepper-box-1.0.jar which were both copied under lib/ext of jmeter. But when I...

I removed original-pepper-box-1.0.jar, and make sure JRE is not in PATH var. In PATH variable, JAVA_HOME is pointing to JDK path, and you can see from Maven `Java home: C:\Program...