Axon 4.6.2 with springboot 3 is not working

I tried upgrading springboot framework to 3.0.0
I got this exception in console when I run app or in integration test

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in app.aglet.backend.friends.service.FriendshipService required a bean of type 'org.axonframework.queryhandling.QueryGateway' that could not be found.


Action:

Consider defining a bean of type 'org.axonframework.queryhandling.QueryGateway' in your configuration.

Action:

Consider defining a bean of type 'org.axonframework.queryhandling.QueryGateway' in your configuration.

Disconnected from the target VM, address: '127.0.0.1:64740', transport: 'socket'

Process finished with exit code 1

We know, there is an issue you could track to know the progress.

Thanks @Gerard for sharing the link