theodo-fintech / spring-search

Provides advanced search capabilities to a JPA entity
MIT License
193 stars 44 forks source link

import com.sipios.springsearch.anotation.SearchSpec not resolvable #33

Closed jovanica7 closed 3 years ago

jovanica7 commented 3 years ago

Hi,

I have noticed that this is not anymore resolvable in my class. Can you help out? Only import com.sipios.springsearch.anotation.*; is possible.

luc-boussant commented 3 years ago

Hello, since when have you had this issue ? When using the annotation on my projects, I am doing the following :

import com.sipios.springsearch.anotation.SearchSpec;

I am closing this issue for now. If it is still happening on your project can you specify the version of annotation that you use, the OS, the Java/Kotlin version.

Thank you in advance,

jovanica7 commented 3 years ago

Not sure, I have noticed it recently. It says: Cannot resolve symbol 'SearchSpec'. I have added this dependency

com.sipios spring-search 0.2.0

So I guess the version is Maven/Spring Boot.