I had a Spring Boot 2.7.6 app with Spring Security 5.7.5 running without problems: authentication works, I navigate through the different pages according to roles, Swagger UI is usable, etc. I don’t have a deprecated warning for your information. I migrated to Spring Boot 3.0.0 and therefore Spring Security 6.0.0. I followed the migration guides and the server starts without
Tag: migration
Java 9 migration issue – package com.mymodule is declared in unnamed module , module ‘newmodule’ does not read it
I have created a multimodule project with the following structure Now i want to use Util.java which is a non modularized code in a modularized module newmodule. i have declared following in newmodule Project is compiling fine, but Intellij is showing module not found and package com.mymodule is declared in unnamed module , module ‘newmodule’ does not read it. How
Hibernate upgrade to 5.2 – Session Factory creation and replacing PersistentClass for getting entity class properties
I am currently upgrading my Hibernate version to the latest version 5.2.10. I replaced my code in the HibernateUtil for the SessionFactory creation. 4.3.11.Final (Previous): 5.2.10 Final (New): Now I have a method which would fetch me the list of column names by passing the DB table name as a string. I did it like this before in 4.3.11.Final: Now
Liquibase or Flyway database migration alternative for Elasticsearch
I am pretty new to ES. I have been trying to search for a db migration tool for long and I could not find one. I am wondering if anyone could help to point me to the right direction. I would be using Elasticsearch as a primary datastore in my project. I would like to version all mapping and configuration
Custom tag’s support when migrated from Struts 1 to Struts 2
There is a project developed in Struts 1 to be migrated to Struts 2. Problem is: The application has a lot of custom tags were written using Struts 1. So when migrating to Struts 2 is there a way that I can keep those custom tag support for existing JSPs. But we suppose to remove all the Struts 1.x related