Closed wowasa closed 1 year ago
Note: decided to stay with 5.0.2 for VLO 4.11.0, as changes are required to accommodate for removed and deprecated methods
this reminds me that, unless VLO is using Spring Boot, there will be the same issue to use curation persistence as in linkchecker
VLO uses Spring. Boot shouldn't be necessary.
VLO 4.11.3 will use linkchecker-persistence and no longer support RASA
(see #360)
Starting with version 5.1.0 Rasa leaves the choice of the database driver and the use of hikari cp to the user. If you add mariadb driver and hikari cp as dependencies to the project, everything should work as before, if you use RasaFactoryBuilderImpl.getRasaFactory(Properties properties).
BUT in my view there is no need to upgrade for version 5.1.0+, since, despite of the driver choice, it has just two new methods which the VLO doesn't use