microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
308 stars 28 forks source link

Spring Boot 3 not supported, current suggestions are based on Spring Boot 2 #1184

Open tuyenwork opened 3 months ago

tuyenwork commented 3 months ago

I asked GitHub Copilot:

how to implement tracing same client request with spring boot 3

GitHub Copilot answered:

As of now, there's no Spring Boot 3. The latest stable version is Spring Boot 2.5.4. However, you can implement tracing of the same client request in a Spring Boot application using Spring Cloud Sleuth, which is a distributed tracing solution for Spring Cloud. ...

GitHub Copilot replied to my note spring boot 3 is released:

As of my last training data, Spring Boot 3 has not been released. The latest stable version of Spring Boot is 2.5.4, and the Spring team is actively working on Spring Boot 2.6.0. For the most accurate and up-to-date information, please check the official Spring Boot GitHub repository or its project page on the Spring website.

Spring Boot 3 is changed too much and many thing removed and copilot suggestion become useless even consider as reference.

Please help to update training data unless it useless for developer using Spring Boot. Spring Boot 3 released at May 24, 2022.

Thanks.

kcjang commented 3 months ago

When will this problem be solved?