By Chris on May 30, 2021
At the beginning of 2020, I wanted to read more than my abysmal 2019 three books total. I’ve already read my 2019 total before the whole 2020 ‘situation’ hit. This made it harder for me to read since I was stuck at home most of 2020 and I usually read in my commute. Nonetheless, I […]
Posted in book | Tagged 2020, book, books, List, reviews |
By Chris on May 19, 2021
This is old news, but having work with big bank and insurance companies they tend to stick with the old version of java and they’re underlying libraries, I’ve finally been expose to new ways of testing exception with junit. I use to test exception by adding an expected right after the @Test annotation.@Test(expected = NullpointerException) […]
Posted in java | Tagged assertJ, java, junit, junit4, junit5, mokito, testing |
By Chris on May 12, 2021
We recently added a feature that allowed direct modification on our content for some client vs using the same path (queues) that the batched content is using. Our user were really happy with it, but after our team implemented the new feature, we started having some LazyInitializationException. exception for that problem org.hibernate.LazyInitializationException: could not initialize […]
Posted in java | Tagged Exception, hibernate, java, LazyInitializationException |
Recent Comments