estou tentando implementar a soulução para gerar o boleto na caixa no Java 17 com spring 3.1.11 e estou com esses erros
2024-06-11 11:39:00.175 WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser]
2024-06-11 12:43:24.116 INFO b.com.lebes.lebeslive.util.JsonUtil - convertToJson ERROR: No serializer found for class br.com.caelum.stella.boleto.bancos.gerador.GeradorDeDigitoPadrao and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: br.com.caelum.stella.boleto.Boleto["banco"]->br.com.caelum.stella.boleto.bancos.Caixa["geradorDeDigito"])
Boa tarde
estou tentando implementar a soulução para gerar o boleto na caixa no Java 17 com spring 3.1.11 e estou com esses erros
2024-06-11 11:39:00.175 WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved [jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser]
2024-06-11 12:43:24.116 INFO b.com.lebes.lebeslive.util.JsonUtil - convertToJson ERROR: No serializer found for class br.com.caelum.stella.boleto.bancos.gerador.GeradorDeDigitoPadrao and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: br.com.caelum.stella.boleto.Boleto["banco"]->br.com.caelum.stella.boleto.bancos.Caixa["geradorDeDigito"])
alguém consegue me ajudar?