tzolov / playground-flight-booking

Spring AI powered expert system demo
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
98 stars 52 forks source link

Does not build any more? #3

Closed sb-cecilialiu closed 1 month ago

sb-cecilialiu commented 1 month ago

Not sure why, it was built and running fine a couple of weeks ago, but now I got build issue:

[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /ai-openai-flight-service/src/main/java/ai/spring/demo/ai/playground/services/LoggingAdvisor.java:[5,42] cannot find symbol symbol: class AdvisedRequest location: package org.springframework.ai.chat.client ..... [INFO] 4 errors

lopatamd commented 1 month ago

comment out the looggingAdvisor for now

sb-cecilialiu commented 1 month ago

@lopatamd Thanks so much for the advice! I can certainly do that. I was just wondering why AdvisedRequest is not in org.springframework.ai.chat.client package any more?

tzolov commented 1 month ago

Yep M3 release came with couple of compatibility changes around the Advisors. Will fix it shortly

sb-cecilialiu commented 1 month ago

@tzolov Thank you so much for the info!!