javaanpr
javaanpr copied to clipboard
JavaANPR - Automatic Number Plate Recognition System for Java
Currently, exceptions are thrown and caught all over the place. * Consolidate the usage of exceptions. If applicable, prefer to fail-fast (wrapping thrown exception in unchecked exceptions (IllegalStateE, IllegalArgumentE, ...)...
* Use wrapper classes or something similar to remove `render` methods from core domain model classes.
Containing mainly interfaces, intended for the users to use. Separate it from the internal implementation.
* Investigate whether it is reasonably simple to move to a different layout and if so, remove the dependency

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.0 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...