Upgrade to Hibernate 6. Migrate more javax to jakarta. Realign imports to fix checkstyle errors

This commit is contained in:
Tim Donohue
2024-01-12 15:37:47 -06:00
parent 20e8b0f146
commit 7b25144684
524 changed files with 1348 additions and 1330 deletions

View File

@@ -18,9 +18,9 @@ import java.sql.SQLException;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.LogManager;